Inserting CheckBox into ListView ColumnHeader

J

Johnny Jörgensen

Does anybody know if it's possible to insert CheckBoxes into ListView
ColumnHeaders?

I want the user to be able to select or deselct certain columns that way (if
possible).

Cheers,
Johnny J.
 
N

Nicholas Paldino [.NET/C# MVP]

Johnny,

The only option I can think of out of the box would be to custom paint
the list view, and paint the checkboxes yourself (as well as handling all of
the state changes as well, like when focus is obtained, the item is clicked,
etc, etc).
 

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

Top