TSRichViewEdit.VScrollPos

<< Click to display table of contents >>

TSRichViewEdit.VScrollPos

Defines the position of vertical scroll bar, measured in screen pixels.

property VScrollPos: Integer;

You can use this property for scrolling to the specified position.

Value of this property is in the range from 0 to VMaxScrollPos - (ClientWidth div RichViewEdit.VSmallStep) + 1

See also:

HScrollPos