Hello!
I am using TreeListBox to make a file management tree.
After I delete a child node, it will always be automatically selected to the parent node.
How to prevent this behavior?
Thanks!
Hello!
I am using TreeListBox to make a file management tree.
After I delete a child node, it will always be automatically selected to the parent node.
How to prevent this behavior?
Thanks!
Hello,
Yes it has to move selection somewhere in that scenario so it moves it to the parent node. If you would like different behavior then I would recommend moving selection to somewhere outside of the node being deleted, prior to deleting the node.
Please log in to a validated account to post comments.