react-virtualized-tree icon indicating copy to clipboard operation
react-virtualized-tree copied to clipboard

Adding Elements on top of the tree

Open jpambulo opened this issue 5 years ago • 1 comments

Is it possible to add Elements on top of the tree and at the same time Both the elements and the tree share one vertical scroll. A similar behavior when using react-virtualized WindowScroller + AutoSizer + List. I am having problem figuring out how to include the tree in a parent container with multiple elements and having only the parent container control the scrolling.

jpambulo avatar Mar 22 '19 14:03 jpambulo

Hey @jpambulo.

If you're talking about window scroller it is not possible atm, although I'm thinking about making the tree support everything that react virtualized list does. I will take a look over the weekend now that I'm back from holiday

diogofcunha avatar Apr 02 '19 07:04 diogofcunha