Returns the current scroll position.
The scroll positions.
Triggers the viewport to scroll to the given positions (in pixels).
An object containing the left
or top
position to scroll.
Triggers the viewport to scroll to the cell at indexes given by params
.
Returns true
if the grid had to scroll to reach the target.
The indexes where the cell is.
Returns true
if the index was outside of the viewport and the grid had to scroll to reach the target.
The scroll API interface that is available in the grid [[apiRef]].