Basic Library for WPF and Silverlight | ComponentOne
C1.Silverlight Namespace / C1ListViewer Class / ScrollToVerticalOffset Method
The target vertical offset position.

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

    Parameters

    offset
    The target vertical offset position.
    See Also