Is there a class that implements IBindingList?

  • Thread starter Thread starter John
  • Start date Start date
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
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Back
Top