Can you have a multicolumn listview control where one of the columns is a checkbox? Example code or links would be greatly appreciated.
I am using visual studio 2005
Better use grid view control, but if you want only one column with checkboxes and that column is the first one you can just write:
this.listView1.CheckBoxes = true;
1.4m articles
1.4m replys
5 comments
57.0k users