Changing column header color on a DataGrid

  • Thread starter Thread starter Guest
  • Start date Start date
G

Guest

Hi,

Has anyone figured out how to modify the color of a specific column header
on a windows forms datagrid? I know you can set the HeaderForeColor property
on the datagrid which affects all the column headers, but that is not what I
want. I want to be able to choose a column header and change its color.

thanks,
 
Hi Nielson,

nkwong said:
Hi,

Has anyone figured out how to modify the color of a specific column header
on a windows forms datagrid? I know you can set the HeaderForeColor
property
on the datagrid which affects all the column headers, but that is not what
I
want. I want to be able to choose a column header and change its color.

thanks,

This FAQ might help out:

http://msdn.microsoft.com/smartclient/community/wffaq/ctrlsp.aspx

A lot of useful questions and answers, helped me out several times already.
Great FAQ.

Kind regards,
Tom T.
 
Back
Top