Hello,
I'm partially color blind and I'm trying set the background on a UltraPanel to be the same as it is on a UltraGroupBox that has the Office2007 style. I've been trying, but they are just guesses.
Can anyone tell me what color I need to use?
thanks
Hi Costa_Ivo,
Could you please take a look at the attached sample. Please compare both colors (of UltraGroupBoxPanel and UltraPanel). I`ll wait your feedback.
Regards
Hello Georgi,
I was having a similar problem. I tried what you told but the color gradient does not match exactly to the groupbox style, it is almost the same but the top color is different.
Hi,
I can suggest you to change the follow properties of UltraPanel -> Appearance:
- BackColor = GradientInactiveCaption
-BackColor2 = GradientActiveCaption
- BackGradientStyle = Vertical
Please try and send me feedback.
Georgi
Never mind, I think I got it.
put a ultragroupbox inside the panel, change the text to nothing and make the alpha on the border transparent.
then move all controls into the group box and set the groupbox to fill.
I tried to do this in the page_load
ultraPanel2.Appearance.BackColor = Office2007ColorTable.Colors.GroupBoxContentAreaGradientLight
it changes the color, but it doesn't match the group box background. The group box is on a ultratabcontrol...is that the problem?