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

In This Topic
    ScrollIntoView(FrameworkElement) Method
    In This Topic
    Scrolls into the view to show the specified System.Windows.FrameworkElement.
    Syntax
    'Declaration
     
    
    Public Overloads Sub ScrollIntoView( _
       ByVal element As FrameworkElement _
    ) 
    public void ScrollIntoView( 
       FrameworkElement element
    )

    Parameters

    element
    Remarks
    If the cell is already inside the viewport nothing happens.
    See Also