Dynamically Update ListBox Item

Brady Kelly <[email protected]> Tue, 30 Oct 2007 18:55:46 +0200
Newsgroups gmane.comp.windows.devel.dotnet.winforms
Message-ID <[email protected]>
I have as a ListBox item a reference to a ScrollingLine class, in which I
override ToString() to return the part of text currently visible in a
scrolling window.  How do I get my ListBox to update its display of that
string?  Does it make a copy of the ToString() result of each item when
initialising, or does it just not know to update and maybe I could
invalidate it?