C# Force ListBox to update elements

前端 未结 2 931
说谎
说谎 2021-01-12 21:45

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

2条回答
  •  爱一瞬间的悲伤
    2021-01-12 22:06

    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.

提交回复
热议问题