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