animated_tree_view icon indicating copy to clipboard operation
animated_tree_view copied to clipboard

expandNode performance issue

Open berslen opened this issue 5 months ago • 0 comments

I have a large data to display in the treeview. Root node has 1830 children inside. When expandNode is called for the root node for just expanding the root to see every 1st level node application freezes for more than 6 seconds. My suspicion is that its blocking the UI thread. Possible solution might be to isolate the expand node to make it not block the ui thread

berslen avatar Sep 24 '24 16:09 berslen