tags:

views:

106

answers:

4

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...

A: 

Maybe you should use datagrid?

Alex Reitbort
No datagrids, I need to do it with a Listview in a Winform :)
Leonox
You have datagrid or gridview(don't remember exact name) in winforms. Why do you have to use ListView?
Alex Reitbort
A: 

Use an asp.net datagrid and make use of TemplateFields.

JonH
This is a WinForms question.
Jon Seigel
Sorry missed that...cross the templatefields out :)
JonH
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
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