Exposes DOM clientHeight property
Exposes DOM clientWidth property
Current horizontal position of scroll bar
Current vertical position of scroll bar
Scrolls the list to the specified row and column in pixels
OptionalrowOffset: numberOptionalcolumnOffset: numberScrolls the list so that the specified item is visible
OptionalrowIndex: numberRow of item to scroll to
OptionalcolumnIndex: numberColumn of item to scroll to
Optionaloption: 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.