[]
        
(Showing Draft Content)

C1.Blazor.Grid.C1GridControl.ChangeView

ChangeView Method

ChangeView(double?, double?)

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

Declaration
public void ChangeView(double? horizontalOffset, double? verticalOffset)
Parameters
Type Name Description
double? horizontalOffset

The horizontal offset.

double? verticalOffset

The vertical offset.