Spread WPF 18
GrapeCity.Wpf.SpreadSheet.CellType.Editors Namespace / GcListBox Class / ScrollToIndex Method


In This Topic
    ScrollToIndex Method
    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 index As Integer _
    ) 
    'Usage
     
    Dim instance As GcListBox
    Dim index As Integer
     
    instance.ScrollToIndex(index)
    public void ScrollToIndex( 
       int index
    )

    Parameters

    index
    See Also