Blazor | ComponentOne
C1.Blazor.Grid Assembly / C1.Blazor.Grid Namespace / FlexGrid Class / ChangeViewAsync Method
The horizontal offset.
The vertical offset.

In This Topic
    ChangeViewAsync Method (FlexGrid)
    In This Topic
    Changes the scroll and zoom of the grid to the specified part of the viewport.
    Syntax
    'Declaration
     
    
    Public Function ChangeViewAsync( _
       ByVal horizontalOffset As Nullable(Of Double), _
       ByVal verticalOffset As Nullable(Of Double) _
    ) As Task

    Parameters

    horizontalOffset
    The horizontal offset.
    verticalOffset
    The vertical offset.
    See Also