Gradient backgrounds for XPTaskBar

I added XPtaskBar Paint Logic to give the XPTASKBAR a gradient background. And I also followed Syncfusions example of MSN-like painting of the TASKBOX''s header and placing an image. As a result, there is part of the TASKBOX''s header color showing through. I''ve attached a jpg to demonstrate the problem

header.zip

2 Replies

MJ Mano J Syncfusion Team February 3, 2006 06:00 AM UTC

Hi, Please try setting the XPTaskBarBox BackColor property to Transparent. this.xpTaskBarBox1.BackColor = System.Drawing.Color.Transparent; Please let me know if this works for you. Regards, Mano


VA va February 10, 2006 04:29 AM UTC

Perfect! Thank you. I was trying to change the HeaderBackColor - so that is XPTaskBars backcolorand not the headers! Thanks

Loader.
Up arrow icon