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

Theming a single Radwindow

1 Answer 104 Views
General Discussions
This is a migrated thread and some comments may be shown as answers.
Diego
Top achievements
Rank 1
Diego asked on 04 Jul 2013, 10:26 PM
Hi,

I got a wpf application and i set it the Windows8 theme (default color blue).

In some point of the application i need to open a new RadWindow. I want that only this radwindow look like windows 8 not blue but orange, and the main window remain with the same windows8 blue theme.

something like the example image.

How can i achieve this?



best reagards.

1 Answer, 1 is accepted

Sort by
0
Accepted
Masha
Telerik team
answered on 09 Jul 2013, 08:53 AM
Hi Diego,

What you need is to create a custom style for RadWindow where the header background is changed. To achieve this you need to modify the control template of RadWindowStyle. Then search for Grid named "Header" and modify the background color of your choice.

I've demonstrated the approach using implicit styles in the attached project.
I hope it helps.


Regards,
Masha
Telerik
TRY TELERIK'S NEWEST PRODUCT - EQATEC APPLICATION ANALYTICS for WPF.
Learn what features your users use (or don't use) in your application. Know your audience. Target it better. Develop wisely.
Sign up for Free application insights >>
Tags
General Discussions
Asked by
Diego
Top achievements
Rank 1
Answers by
Masha
Telerik team
Share this question
or