ComponentOne Basic Library for UWP
C1.UWP Assembly / C1.Xaml Namespace / C1ListViewer Class / ScrollToHorizontalOffset Method
The target horizontal offset position.

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

    Parameters

    offset
    The target horizontal offset position.
    See Also