[]
        
(Showing Draft Content)

C1.iOS.Grid.GridBase.ChangeView

ChangeView Method

ChangeView(Nullable<double>, Nullable<double>, Nullable<double>, bool)

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

Declaration
public void ChangeView(Nullable<double> horizontalOffset, Nullable<double> verticalOffset, Nullable<double> zoomScale = null, bool disableAnimation = false)
Parameters
Type Name Description
Nullable<double> horizontalOffset

The horizontal offset.

Nullable<double> verticalOffset

The vertical offset.

Nullable<double> zoomScale

The zoom scale.

bool disableAnimation

if set to true disable animations.