ComponentOne DataGrid for WPF and Silverlight
C1.WPF.DataGrid Namespace / C1DataGrid Class / ScrollIntoView Method / ScrollIntoView(Int32,Int32) Method
Index of the row.
Index of the column.

In This Topic
    ScrollIntoView(Int32,Int32) Method
    In This Topic
    Scrolls into the view the specified cell.
    Syntax
    'Declaration
     
    
    Public Overloads Sub ScrollIntoView( _
       ByVal rowIndex As Integer, _
       ByVal columnIndex As Integer _
    ) 
    public void ScrollIntoView( 
       int rowIndex,
       int columnIndex
    )

    Parameters

    rowIndex
    Index of the row.
    columnIndex
    Index of the column.
    Remarks
    If the cell is already inside the viewport nothing happens.
    See Also