You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Hi, in an async code I use setState containing code that adds many levels of TreeNode elements to the tree, to update the tree state after all the adding.
What happens is that all the added nodes appear expanded.
Is there any way I can specify that the nodes must stay collapsed and just handles must be updated?
The text was updated successfully, but these errors were encountered:
I have the same problem, has it been solved now? Or update the state of the handle to expanded, I just want it not to show both the collapsed handle and the child.
I have the same problem, has it been solved now? Or update the state of the handle to expanded, I just want it not to show both the collapsed handle and the child.
No solution found. I just switched to a different TreeView :) arborio/tree_view
Hi, in an async code I use setState containing code that adds many levels of TreeNode elements to the tree, to update the tree state after all the adding.
What happens is that all the added nodes appear expanded.
Is there any way I can specify that the nodes must stay collapsed and just handles must be updated?
The text was updated successfully, but these errors were encountered: