react-easy-virtualized
react-easy-virtualized copied to clipboard
Is there a way to achieve a scroll to function, while using this library?
My main problem is that I have a page with a nav and that nav should provide a list of buttons that scroll to various points in the list of items below. But if the list is virtualized, is there a way to still pick up those refs that I need to scroll to, while using this library?
Thank you very much in advance!