How do i delete a node that's bound to a generic list?
When i delete the underlying object the node remains. when i try to delete the node itself it tell me that i cannot delete a bound node. any ideas?
If the node is not removed from the tree when it is deleted from the data source, it means that your data source is not sending notifications. You probably needs to use a BindingList instead of a List.