I am using a ListBox in one of the windows form application. When the screen first initializes, I am able to add/remove item into the listbox. However, after I click on one of the buttons to change the content of the listbox, the listbox does not update the values. I tried putting the Listbox inside a Panel and Refreshing the panel to no avail. Anyone ran into same problem?
Share
It sounds as though the data source you are binding to does not support IBindingList.