First major deep dive into a Juce based project.
Juce 7.0.9. Android build. Will also try latest Juce version, have not done so yet.
I have a TreeView where some of the nodes may contain 1000s of children. When one of these large nodes is open, scrolling of the TreeView via dragging the vertical scroll bar thumb gets progressively slower the farther you move away from the root node. Regardless of tree size or number of open nodes, scrolling near the root remains fast. After you get some hundreds of nodes down, the scrolling happens in a laggy manner where it may take a second or more for the scroll update to follow the thumb movement.
I suspect that the scrolling is walking some data and counting nodes to determine where to move ?
I am just beginning to inspect the code now to determine what is happening. A search of the forum didn’t turn up any clues.
Any suggestions ? Thanks
