Exposes DOM clientHeight property
Exposes DOM clientWidth property
Current horizontal position of scroll bar
Current vertical position of scroll bar
Scrolls the list so that the specified item is visible
Optional
rowIndex: numberRow of item to scroll to
Optional
columnIndex: numberColumn of item to scroll to
Optional
option: ScrollToOptionWhere to position the item within the viewport
Custom ref handle returned by VirtualGrid that exposes imperative methods
Use
React.useRef<VirtualGridProxy>(null)
to create a ref.