When does .NET's ListControl update its text from ToString() of its members?

54 Views Asked by At

I have a class which can change the value it returns in ToString(), but the ListBox which contains instances of this class in Items.

The ListBox doesn't show this change unless I add or remove some item to the ListBox which is when refreshes the list, how can I make it refresh the list myself?

0

There are 0 best solutions below