Scrolls the grid to bring a specific cell into view.
Namespace:
C1.Silverlight.FlexGridAssembly: C1.Silverlight.FlexGrid.4 (in C1.Silverlight.FlexGrid.4.dll)
Syntax
C# |
---|
public void ScrollIntoView( int row, int col ) |
Visual Basic |
---|
Public Sub ScrollIntoView ( _ row As Integer, _ col As Integer _ ) |
Parameters
- row
- Type: System..::..Int32
Index of the row to scroll into view.
- col
- Type: System..::..Int32
Index of the column to scroll into view.