Hello! I would like to know if there is a way to change the size and the fonts of the Column's headers in a List Control. Thank you!!
Printable View
Hello! I would like to know if there is a way to change the size and the fonts of the Column's headers in a List Control. Thank you!!
If you are using the CListCtrl then it has a CHeaderCtrl embedded within it and using the CHeaderCtrl::SetItem method and putting appropriate values in the HDITEM structure you can probably set the height of the header
Hope this helps