[]
Scrolls the grid to bring a specified range into view.
public void ScrollIntoView(C1Rect rect, bool disableAnimation = false)
Public Sub ScrollIntoView(rect As C1Rect, Optional disableAnimation As Boolean = False)
| Type | Name | Description |
|---|---|---|
| C1Rect | rect | The region that needs to be brought into view (relative to the content). |
| bool | disableAnimation | if set to |