Is there a way to access react-virtualized's WindowScroller functionality or something like that?
In case i have an id of one of the nodes that were sent to the Tree component, is there a way to use a method that will scroll that node in to view?
Like in this example:
https://bvaughn.github.io/react-virtualized/#/components/WindowScroller
Thanks!