When does .NET's ListControl update its text from ToString() of its members?
Posted
by Dmi
on Stack Overflow
See other posts from Stack Overflow
or by Dmi
Published on 2010-04-17T21:12:48Z
Indexed on
2010/04/17
21:23 UTC
Read the original article
Hit count: 169
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?
© Stack Overflow or respective owner