Check box in a Listview column header possible?
C#
2
Posts
2
Posters
0
Views
1
Watching
-
Hi Is it possible to have a check box in a listview (windows application) column header and while checking this, all the check boxes in the column will be checked?
-
Hi Is it possible to have a check box in a listview (windows application) column header and while checking this, all the check boxes in the column will be checked?
I don't think it is.. You could either drop a small button on to although that would be rubbish. You could hide the column headers and have the first row of data being a dummy row, when you check its checkbox it checks all the others. -- modified at 9:16 Friday 21st April, 2006