Custom ref handle returned by VirtualList that exposes imperative methods
Use React.useRef<VirtualListProxy>(null) to create a ref.
React.useRef<VirtualListProxy>(null)
Scrolls the list to the specified offset in pixels
Offset to scroll to
Scrolls the list so that the specified item is visible
Index of item to scroll to
Custom ref handle returned by VirtualList that exposes imperative methods
Use
React.useRef<VirtualListProxy>(null)
to create a ref.