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
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Back
Top