ScrollToPosition Method (SLVerticalScrollBar)

Action

Scrolls the scroll bar to the specific position.

Syntax

C#
verticalScrollBar.ScrollToPosition(position)
VB
verticalScrollBar.ScrollToPosition(position)
Variable Description
position The position. Must be within the minimum and the maximum position for this scroll bar. Double.