dynamic databound changes codeing

  • Thread starter Thread starter Brian Henry
  • Start date Start date
B

Brian Henry

I am working on an data bound list that implements of course IList,
IBindingList, IComparer, etc... your basic things your need for data binding
type objects... the problem is i got it to work staticly... that is fill it
with data then bind it and the data shows up in a listbox like it should...
but if i was to add another object to the custom data bound list i made it
doesnt show up in the listbox... how do you get this update to run
dynamically kinda like a data table does when bound to a list box? when you
add an item to a data table it automaticly shows up in the listbox, i want
to implement that same thing in my object, so dynamic changes to the
databound list will show up immediatly in the listbox or what ever it may be
bound to.. thanks!
 
Back
Top