Inserting CheckBox into ListView ColumnHeader

  • Thread starter Thread starter Johnny Jörgensen
  • Start date Start date
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.
 
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).
 
Back
Top