TextArea.ScrollPosition

From Real Software Documentation

Jump to: navigation, search
Method
TextArea.ScrollPosition ( ) As Integer

Zero-based index of the topmost visible line.

Notes

Read ScrollPosition to determine the first visible line; write to ScrollPosition to scroll the control. Setting ScrollPosition to the last line or beyond the last line will simply move the vertical scrollbar's thumb to the bottom, not necessarily displaying the last line at the top of the control.

Personal tools