ComponentOne DataGrid for WPF and Silverlight
ScrollIntoView(Object,DataGridColumn) Method

C1.WPF.DataGrid Namespace > C1DataGrid Class > ScrollIntoView Method : ScrollIntoView(Object,DataGridColumn) Method
The item.
The column.
Scrolls into the view the cell in the intersection of the specified data item and column.
Syntax
'Declaration
 
Public Overloads Sub ScrollIntoView( _
   ByVal item As System.Object, _
   ByVal column As DataGridColumn _
) 
public void ScrollIntoView( 
   System.object item,
   DataGridColumn column
)

Parameters

item
The item.
column
The column.
Remarks
If the cell is already inside the viewport nothing happens.
See Also

Reference

C1DataGrid Class
C1DataGrid Members
Overload List