ComponentOne FlexGrid for WPF and Silverlight
ScrollIntoView Method (C1FlexGrid)

C1.Silverlight.FlexGrid Namespace > C1FlexGrid Class : ScrollIntoView Method
Index of the row to scroll into view.
Index of the column to scroll into view.
Scrolls the grid to bring a specific cell into view.
Syntax
'Declaration
 
Public Sub ScrollIntoView( _
   ByVal row As System.Integer, _
   ByVal col As System.Integer _
) 
public void ScrollIntoView( 
   System.int row,
   System.int col
)

Parameters

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

Reference

C1FlexGrid Class
C1FlexGrid Members