ComponentOne DataGrid for WPF and Silverlight
C1.Silverlight.DataGrid Namespace / DataGridViewport Class / ScrollToVerticalOffset Method
The vertical offset.

In This Topic
    ScrollToVerticalOffset Method (DataGridViewport)
    In This Topic
    Scrolls the content of the data grid to the specified vertical offset position.
    Syntax
    'Declaration
     
    
    Public Sub ScrollToVerticalOffset( _
       ByVal verticalOffset As Double _
    ) 
    public void ScrollToVerticalOffset( 
       double verticalOffset
    )

    Parameters

    verticalOffset
    The vertical offset.
    See Also