TCustomRichView.FirstItemVisible (read-only)

<< Click to display table of contents >>

TCustomRichView.FirstItemVisible (read-only)

Index of the first visible (in window) item, or -1 if the document is empty.

property FirstItemVisible: Integer;

You can use this property (for example, in OnVScrolled event handler) to get the index of the first visible item.

This property does not take horizontal scrolling into account, only vertical one.

Note: returning value of this property requires some calculations; so if you need to use it several times in the same procedure, assign its value to some temporary variable and then use this variable.

See also properties:

LastItemVisible.

See also:

Vertical scrolling.