FlexGrid for WPF | ComponentOne
C1.WPF.FlexGrid.4.6.2 Assembly / C1.WPF.FlexGrid Namespace / C1FlexGrid Class / ScrollIntoView Method
Index of the row to scroll into view.
Index of the column to scroll into view.

In This Topic
    ScrollIntoView Method (C1FlexGrid)
    In This Topic
    Scrolls the grid to bring a specific cell into view.
    Syntax
    'Declaration
     
    Public Sub ScrollIntoView( _
       ByVal row As Integer, _
       ByVal col As Integer _
    ) 
    public void ScrollIntoView( 
       int row,
       int col
    )

    Parameters

    row
    Index of the row to scroll into view.
    col
    Index of the column to scroll into view.
    See Also