简体   繁体   中英

Winform Checklistbox Headers/Columns

Is there a way to implement a new column with a header in a checklistbox in vb.net? I've done a bit of searching, but didn't find much on the topic. Should I just abandon the quest and use a listview or some other control?

Thanks for any/all help! JFV

I would suggest using a ListView with a checkbox column. You'll have better luck.

另一个选择是带有复选框列的DataGridView。

The technical post webpages of this site follow the CC BY-SA 4.0 protocol. If you need to reprint, please indicate the site URL or the original address.Any question please contact:yoyou2525@163.com.

 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM