ScrollToHorizontalOffset Method (C1ListBox)
In This Topic
Scrolls the content to the specified horizontal offset position.
Syntax
'Declaration
Public Sub ScrollToHorizontalOffset( _
ByVal As Double _
)
public void ScrollToHorizontalOffset(
double
)
Parameters
- offset
- The target horizontal offset position.
See Also