I\'m subclassing the standard ListBox control. I get notified of changes to any of the elements added to the list. The task is to update the text shown by the ListBox for th
Why don't you manually update Text of an item in question? You might also consider rolling out your own databinding mechanism for ListBox. And check out ObjectListView to see if it's of any help.