I'm trying to create a WinForms ListView control with 6 columns. The first two columns will have text in them, but I want the last for columns to have a checkbox in them.
I know how to add a ListViewSubItem with text (did this for the second column), but how do you insert a CheckBox?