Click to See Complete Forum and Search --> : Column Header


Nicola
May 10th, 1999, 02:27 AM
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!!

Rajesh Makhija
May 10th, 1999, 07:08 AM
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