
After renaming the tree node, it is found that the node is not sorted according to the sorting rules of the tree. How can I achieve the expected effect?
After renaming the tree node, it is found that the node is not sorted according to the sorting rules of the tree. How can I achieve the expected effect?
Hello,
After you rename the node, if you call the TreeListBox.InvalidateChildren(nodeParent) method, where nodeParent is the node's parent node, does it resort the tree?
If not, please make a new simple sample project that shows the scenario and send that to our support address. Then we will debug with that and will see how to make it work. Reference this thread in your email and exclude the bin/obj folders from the .zip you send so it doesn't get spam blocked. Thanks!
Please log in to a validated account to post comments.