J
John
Hi,
I need something just like an ArrayList where I can add and remove
objects, but it needs to implement IBindingList so I can use it as the
DataSource to a ListBox and have the ListBox always be up-to-date when
the collection changes.
Does this already exist or do I need to create it myself?
Thanks,
John
I need something just like an ArrayList where I can add and remove
objects, but it needs to implement IBindingList so I can use it as the
DataSource to a ListBox and have the ListBox always be up-to-date when
the collection changes.
Does this already exist or do I need to create it myself?
Thanks,
John