How to detect if items are added to a ListBox (or CheckedListBox) control

前端 未结 4 1490
佛祖请我去吃肉
佛祖请我去吃肉 2020-12-09 16:38

This seems like a fundamentally simple question. I have a WinForms dialog box with a listbox. This control is not populated via data-binding but is filled with call

4条回答
  •  庸人自扰
    2020-12-09 17:03

    Here's a post on another forum that recommends creating a child class that includes that behaviour.

    http://www.eggheadcafe.com/forumarchives/netframeworkcompactframework/jul2005/post23265940.asp

提交回复
热议问题