[]
        
(Showing Draft Content)

C1.Blazor.Grid.C1GridControl.ChangeViewAsync

ChangeViewAsync Method

ChangeViewAsync(double?, double?)

Changes the scroll and zoom of the grid to the specified part of the viewport.

Declaration
public Task ChangeViewAsync(double? horizontalOffset, double? verticalOffset)
Parameters
Type Name Description
double? horizontalOffset

The horizontal offset.

double? verticalOffset

The vertical offset.

Returns
Type Description
Task