
I bound a series of nodes to the TreeListBox by Mvvm.
I choose a parent node to perform an operation to delete all the child nodes below it. I found that the data on my View Model was deleted correctly, but some nodes on the TreeListBox still exist.
Is there anything I need to pay attention to when deleting nodes in this scenario?