2 2G Jun 12, 2004 #1 Helloo, Is there anyway to do this or do I need to create a custom listview for this? Thanks.
A Arne Janning Jun 13, 2004 #2 2G said: Is there anyway to do this or do I need to create a custom listview for this? Click to expand... No problem, this.listView1 = new System.Windows.Forms.ListView(); this.listView1.CheckBoxes = true; Cheers Arne Janning
2G said: Is there anyway to do this or do I need to create a custom listview for this? Click to expand... No problem, this.listView1 = new System.Windows.Forms.ListView(); this.listView1.CheckBoxes = true; Cheers Arne Janning
2 2G Jun 13, 2004 #3 Thanks for the reply but please read the subject again , "subitem", I need more checkboxes in one item
Thanks for the reply but please read the subject again , "subitem", I need more checkboxes in one item