[]
Changes the scroll and zoom of the grid to the specified part of the viewport.
public void ChangeView(double? horizontalOffset, double? verticalOffset, double? zoomScale = null, bool disableAnimation = false)
| Type | Name | Description |
|---|---|---|
| double? | horizontalOffset | The horizontal offset. |
| double? | verticalOffset | The vertical offset. |
| double? | zoomScale | The zoom scale. |
| bool | disableAnimation | if set to |