This is a migrated thread and some comments may be shown as answers.

Wizard Page Header Background Color

2 Answers 225 Views
Wizard
This is a migrated thread and some comments may be shown as answers.
Adam
Top achievements
Rank 1
Adam asked on 05 Jan 2013, 01:22 AM
I'm having trouble setting the background color for the Wizard Page Header. It seems all the combinations of "on form load" don't make a difference and keep the color an aqua blue color. What are the steps to override the background color of the header?

2 Answers, 1 is accepted

Sort by
0
Plamen
Telerik team
answered on 09 Jan 2013, 05:19 PM
Hello Adam,

Thank you for writing.

To set the color of the header in RadWizard, you need to enable the fill of the header and introduce the desired setting:
radWizard1.WizardElement.PageHeaderElement.DrawFill = true;
radWizard1.WizardElement.PageHeaderElement.GradientStyle = GradientStyles.Solid;
radWizard1.WizardElement.PageHeaderElement.BackColor = Color.Red;

Alternatively, you can modify the theme that you are using with VisualStyleBuilder (tool for editing themes):  http://www.telerik.com/help/winforms/themes-visualstylebuilder.html.

More information about creation a custom theme starting from an existing one can be found here:http://www.telerik.com/help/winforms/tools-visual-style-builder-control-specific-theme-tutorials-styling-radribbonbar.html

Here are some links that you might find useful:

I hope you find my answer useful. Let me know if you have any further queries. I will do my best to assist you.

All the best,
Plamen
the Telerik team
Q3'12 SP1 of RadControls for WinForms is out now. See what's new.
0
Adam
Top achievements
Rank 1
answered on 09 Jan 2013, 06:11 PM
Perfect, that resolves my problem!
Tags
Wizard
Asked by
Adam
Top achievements
Rank 1
Answers by
Plamen
Telerik team
Adam
Top achievements
Rank 1
Share this question
or