ComponentOne DataGrid for WPF and Silverlight
ScrollIntoView(FrameworkElement) Method

C1.WPF.DataGrid Namespace > C1DataGrid Class > ScrollIntoView Method : ScrollIntoView(FrameworkElement) Method
Scrolls into the view to show the specified System.Windows.FrameworkElement.
Syntax
'Declaration
 
Public Overloads Sub ScrollIntoView( _
   ByVal element As System.Windows.FrameworkElement _
) 
public void ScrollIntoView( 
   System.Windows.FrameworkElement element
)

Parameters

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

Reference

C1DataGrid Class
C1DataGrid Members
Overload List