ComponentOne DataGrid for WPF and Silverlight
C1.Silverlight.DataGrid Namespace / DataGridViewport Class / ScrollToHorizontalOffset Method
The horizontal offset.

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

    Parameters

    horizontalOffset
    The horizontal offset.
    See Also