Hello,
I am applying style office2007 blue style to the application. In my usercontrol I have ultragroupboxes and within one of the ultragroupbox I am using microsoft's system.windows.forms table panel layout.Setting its backcolor to transparent.Whenever I load this usercontrol I can see lots of flickering.my guess is this is because of table panle layout. As soon as I set the backcolor setting from transparent to control flickering goes away. Is there any other solution for this ?? Have I to get rid of tabel panel layout completely or I still can use it with some solution ??
Kindly advice.
Thanks
Hi,
I don't know of any way around this. Transparent controls tend to flicker when big changes are made to the layout.
Can you make the labels the same color as their contained instead of making them transparent? If the background is an image, you might be able to use the same background image for the label and have it appear transparent using the ImageBackgroundOrigin.
Thanks Mike for the prompt reply.
Since I am using office 2007 blue style, can I put the blue color code in the back color of the table panel layout as a solid color ?
Can you provide me the office 2007 blue color scheme code ?