Hello,
If I have a GridControl themed as Metro, then my header bar has quite a large height, compared to the rest of the rows, and it has a thick blue line underneath it
.
Is there a way that I can either remove the thick blue line or change its color? Also is there a way that I can change the header bar's height so that it is the same height as the rest of the rows?
I'd like to be able to make these changes via code as opposed to in the designer.
gridControl1.GridVisualStyles = GridVisualStyles.Metro;
gridControl1.GridOfficeScrollBars = OfficeScrollBars.Metro;
gridControl1.MetroScrollBars = true;
See screenshot from your website:
Thanks for your help.