ComponentOne DataGrid for WPF and Silverlight
C1.WPF.DataGrid Namespace / C1DataGrid Class / ScrollIntoView Method / ScrollIntoView() Method

In This Topic
    ScrollIntoView() Method
    In This Topic
    Scrolls into the view the currently selected cell.
    Syntax
    'Declaration
     
    
    Public Overloads Sub ScrollIntoView() 
    public void ScrollIntoView()
    Remarks
    If the cell is already inside the viewport nothing happens.
    See Also