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

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

    Parameters

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