Hi I been looking for a way to add two checkboxes per row, I'm really frustrated and need some help, do any one knows how to solve this? because I just can have a checkbox per row. I don't get why Microsoft didn't take care of this since I can think in other cases where I would need radio buttons or even combo boxes...
No datagrids, I need to do it with a Listview in a Winform :)
Leonox
2009-10-08 21:47:11
You have datagrid or gridview(don't remember exact name) in winforms. Why do you have to use ListView?
Alex Reitbort
2009-10-08 21:55:00
A:
You can do this with IntegralUI ListView control, however it's not free.
You can add any custom control inside item and subitems, two check boxes is not a problem.
Lokey
2009-10-08 22:29:01
Well I'm a student and it's for my thesis project, so I don't think that I'm going to spend 100 dls in a control, if they could implement it so do I...
Leonox
2009-10-08 22:57:03