C# - Adding Button inside ListBox

后端 未结 5 439
陌清茗
陌清茗 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:41

    Assuming it's a WinForms app

    You'd need a custom control for that. I would check around vendors like http://www.devexpress.com/Products/NET/Controls/WinForms/Editors/editors/ListBoxes.xml maybe someone knows of a control that specifically does that.

提交回复
热议问题