ComponentOne DataGrid for WPF and Silverlight
C1.WPF.DataGrid Namespace / C1DataGrid Class / ScrollIntoView Method / ScrollIntoView(Object,DataGridColumn) Method
The item.
The column.

In This Topic
    ScrollIntoView(Object,DataGridColumn) Method
    In This Topic
    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 Object, _
       ByVal column As DataGridColumn _
    ) 
    public void ScrollIntoView( 
       object item,
       DataGridColumn column
    )

    Parameters

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