I use iGrid500_10Tec.ocx on Windows 10 64 bits
Even using .UseXPStyles = False
I can't change the header font.flat is Ok, .backcolor is Ok.
See my codes
With gGrid.Header
.UseXPStyles = False
.Flat = True
.Font.Size = 5
.BackColor = vbWhite
End With
I looked in the documentation for any other possible configuration, but I didn't find it. If anyone has any suggestions, I would be grateful.
Edited by user
2024-02-21T18:00:02Z
|
Reason: Not specified