C
csharpula csharp
Hello,
I have the following situation: A BindingList (which is binding between
list of object and ListBox) of items. I choose few items from the list
-> press a button and want that the items that been choosen will be
transformed to other list and will be delited from the original
ListBox.My problem is that this action also deletes items from the
objects list. How can I juust copy to binding list and see the change in
ListBox only? Thank you!
I have the following situation: A BindingList (which is binding between
list of object and ListBox) of items. I choose few items from the list
-> press a button and want that the items that been choosen will be
transformed to other list and will be delited from the original
ListBox.My problem is that this action also deletes items from the
objects list. How can I juust copy to binding list and see the change in
ListBox only? Thank you!