0
votes

I use a list view in my windows forms application.

View = Details.

Each row has one item which several subitems.

Any ideas how i can define a few subitems as a checkbox, where the user is able to check these?

I know only the checkbox property of the list view main items.

You should use a DataGridView for this requirement, not a ListView.dr.null