C# - Adding Button inside ListBox

后端 未结 5 474
陌清茗
陌清茗 2021-01-12 15:13

I\'m writing an C# App (WinForm) with a ListBox having content added by the user. Now, I could have a ordinary button under the ListBox to remove items, but I would like to

5条回答
  •  粉色の甜心
    2021-01-12 15:55

    Instead of ListBox you can use ListView, ListView has the ability to add custom column types.

提交回复
热议问题