property List.ScrollPos(Vertical as Boolean) as Long
Specifies the vertical/horizontal scroll position.

TypeDescription
Vertical as Boolean A boolean expression that specifies the scrollbar being changed. True means Vertical scroll bar, False means Horizontal scroll bar.
Long A long expression that defines the scroll bar position.

Use the ScrollPos property to change programmatically the position of the control's scroll bar. Use the ScrollPos property to get the horizontal or vertical scroll position. Use the ScrollBars property to define the control's scroll bars.