PxPlus User Forum

Main Board => Discussions => Programming => Topic started by: edjack on November 12, 2019, 09:31:33 AM

Title: List_box titles
Post by: edjack on November 12, 2019, 09:31:33 AM
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?

Title: Re: List_box titles
Post by: 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.





Title: Re: List_box titles
Post by: edjack on November 12, 2019, 10:31:55 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