Page 2 of 2

Re: Change Color of xBrowse Column Headers and Footers

PostPosted: Wed Jan 18, 2017 10:31 am
by richard-service
Hi Marc, Uwe
Thanks a lot. Solved.

Re: Change Color of xBrowse Column Headers and Footers

PostPosted: Fri Jan 20, 2017 12:40 am
by nageswaragunupudi
About header colors:

bClrHeader should return an array of length 2 or 3.
1st element is used as Text Color.

When oBrw:l2007 is false or when oBrw:lFatStyle is true,
2nd element is used as back color
If Array length is 3, then 3rd element is used for line color in the header, other wise text color is used for lines.

When oBrw:l2007 is true, 2nd and 3rd elements are ignored and oBrw:bClrGrad is used for header back.