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 200
You can set the the CheckBoxes property to true. In code this can be done like this:
CheckBoxes
true
listView1.CheckBoxes = true;