
07-04-2012, 02:41 PM
|
|
Contributor
|
|
Join Date: Jan 2003
Location: Florida
Posts: 413
|
|
DataGridView Font
|
I am trying to change the Font, Font Size and Color of the column headings.
i understand that the default dint is set by the font selected for the form property.
I set the font, color and back color that I want in the ColumnHeadersDefaultCellStyle property. Before i run the program, it looks exactly the way I want it but-when the program runs I get-the form default style.
From what I have read up to now, I was under the impression that the property settting for the grid overrides the property setting for the form.
Is the only answer to set the font in code?
|
|