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?
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.
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