In This Topic
Causes the object to scroll into view. If it is not visible, it is aligned either at the top or bottom of the viewport.
Syntax
'Declaration
Public Sub ScrollToIndex( _
ByVal As Integer _
)
'Usage
Dim instance As GcListBox
Dim index As Integer
instance.ScrollToIndex(index)
public void ScrollToIndex(
int
)
Parameters
- index
See Also