Home » U++ Library support » ArrayCtrl, HeaderCtrl & GridCtrl » Setting the text Color of the Headercontrol
Setting the text Color of the Headercontrol [message #45462] |
Thu, 19 November 2015 03:44  |
 |
Alboni
Messages: 216 Registered: January 2012 Location: Kajaani, Finland
|
Experienced Member |
|
|
I'd like to make the header controls in my program black with a white text.
I've used the following code for that:
HeaderCtrl::Style& hcs = HeaderCtrl::StyleDefault().Write();
hcs.look[0] = Black();
SColorLabel_Write(White());
And although this works, I have a problem with the last line, because now also the labels in dialogs are white and I don't wants that.
Solutions?
btw, is it also possible to set the CY value/hight for the headercontrols in ArrayControls?
[Updated on: Thu, 19 November 2015 03:48] Report message to a moderator
|
|
|
|
Goto Forum:
Current Time: Fri Jul 04 12:47:37 CEST 2025
Total time taken to generate the page: 0.03910 seconds
|