I've got a simple question related to combobox. Consider that a combobox is populated with the instances of the following example class:
|
Now consider that one of these objects will be assigned a different label somewhere else in the program. How can I notify the combobox that it should call the ToString() method of this item again to update its list accordingly? I hope there exists some intelligent mechanism, I'd like to avoid just manually repopulating the combobox each time an item label is changed.
ValterPosted Jun 6, 2010, 12:08 PM
comboBox1.Items[n] = item