modify the height of header of a list control
C / C++ / MFC
2
Posts
2
Posters
0
Views
1
Watching
-
Hello, i want to increase the height of the header of a listcontrol without affecting other rows. please help me......... thanks
-
Hello, i want to increase the height of the header of a listcontrol without affecting other rows. please help me......... thanks
Hi I've had a look at this, and can see no way - the CHeaderCtrl retrieved from the CListCtrl has facility for only adjusting the width of a column. You'll have to look at owner-draw. Martin