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