scroll()
scrolls a grid according to the specified coordinates
scroll(x?: number, y?: number): void;
Parameters:
x: number
- the X coordinatey: number
- the Y coordinate
Example
grid.scroll(75, 230);
Related sample: TreeGrid. Controlling scroll behavior