<< Click to display table of contents >> TRVScroller.VScrollPos |
Position of vertical scrollbar.
property VScrollPos: TRVCoord;
This value is in range 0..VScrollMax.
VCL and LCL:
This value is measured in "RVSU", not in pixels because of Windows limitation on scrollbar scrolling range. You can use this property to scroll document to specified position.
FireMonkey:
This value is measured in logical pixels.
See also properties:
See also methods:
▪ScrollTo.
See also: