CheckBox inside a ListViewSubItem

  • Thread starter Thread starter 2G
  • Start date Start date
2

2G

Helloo,

Is there anyway to do this or do I need to create a custom listview for
this?

Thanks.
 
2G said:
Is there anyway to do this or do I need to create a custom listview for
this?

No problem,

this.listView1 = new System.Windows.Forms.ListView();
this.listView1.CheckBoxes = true;

Cheers

Arne Janning
 
Thanks for the reply but please read the subject again , "subitem", I need
more checkboxes in one item
 
Back
Top