ListView for WPF | ComponentOne
C1.WPF.ListView Assembly / C1.WPF.ListView Namespace / C1TileListView Class / ScrollToHorizontalOffset Method
The target horizontal offset position.

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

    Parameters

    offset
    The target horizontal offset position.
    See Also