Adding button into a Listview in WinForms

后端 未结 11 2326
天命终不由人
天命终不由人 2020-11-28 11:15

Is there a way to add a button control to a cell in inside a ListView in a WinForms app?

11条回答
  •  自闭症患者
    2020-11-28 11:34

    No, a standard Windows Forms ListView doesn't support embedded controls. You could try to build your own custom control, or you could use something like http://www.codeproject.com/KB/list/EXListView.aspx.

提交回复
热议问题