List_box titles

Started by edjack, November 12, 2019, 09:31:33 AM

Previous topic - Next topic

edjack

In a Nomads defined LIST_BOX-Report View
Is there a way to have the Title Line display with a background colour, such as Light Gray?

Ed Jack
Computerease

Jane Raymond

As of PxPlus 2016, the 'HdrTextColor$ and 'HdrBackColor$ properties are available to control the colors of the column titles.


e.g. RV.CTL'HdrBackColor$="Light Gray"


This would be done in your code, or by defining it in a Theme or Visual Class.





Jane Raymond
Software Developer
PVX Plus Technologies Ltd.

edjack

Quote from: Jane Raymond on November 12, 2019, 09:56:32 AM
As of PxPlus 2016, the 'HdrTextColor$ and 'HdrBackColor$ properties are available to control the colors of the column titles.


e.g. RV.CTL'HdrBackColor$="Light Gray"


This would be done in your code, or by defining it in a Theme or Visual Class.

That works for me... thanks
Ed Jack
Computerease