Is there a way to bind an IsVisable property to the node of the TreeListBox to control whether the node is visible?
Is there a way to bind an IsVisable property to the node of the TreeListBox to control whether the node is visible?
Hello,
You would need to remove the node view-model from its parent node's children collection to properly remove the node and all its descendants from the TreeListBox.
Please log in to a validated account to post comments.