Blazor | ComponentOne
C1.Blazor.Core Assembly / C1.Blazor.Core Namespace / C1ScrollViewer Class / ChangeView Method
The offset in the horizontal axe.
The offset in the vertical axe.

In This Topic
    ChangeView Method (C1ScrollViewer)
    In This Topic
    Scrolls to the specified horizontalOffset and verticalOffset position.
    Syntax
    'Declaration
     
    
    Public Sub ChangeView( _
       ByVal horizontalOffset As Nullable(Of Double), _
       ByVal verticalOffset As Nullable(Of Double) _
    ) 

    Parameters

    horizontalOffset
    The offset in the horizontal axe.
    verticalOffset
    The offset in the vertical axe.
    See Also