ScrollToPosition Method (SLHorizontalScrollBar)

Action

Scrolls the scroll bar to the specific position.

Syntax

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