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?