ComponentOne DataGrid for WPF and Silverlight
ScrollIntoView(Int32,Int32) Method

C1.WPF.DataGrid Namespace > C1DataGrid Class > ScrollIntoView Method : ScrollIntoView(Int32,Int32) Method
Index of the row.
Index of the column.
Scrolls into the view the specified cell.
Syntax
'Declaration
 
Public Overloads Sub ScrollIntoView( _
   ByVal rowIndex As System.Integer, _
   ByVal columnIndex As System.Integer _
) 
public void ScrollIntoView( 
   System.int rowIndex,
   System.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

Reference

C1DataGrid Class
C1DataGrid Members
Overload List