Your Privacy Matters: We use our own and third-party cookies to improve your experience on our website. By continuing to use the website we understand that you accept their use. Cookie Policy
2387
WinTree, data binding, and removing elements
posted

I have a WinTree whos data source is a BindingSource.  The BindingSource data source is a custom BindingList.  When an element is removed from the BindingList, it is not removed from the WinTree. 

Normally I would test this in a little test app, but it is late and I thought I might quickly ask:  Is the WinTree suppose to remove nodes from the tree when it is removed from the data source or do I need to do that manually?

Sam