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

RadOutlookBar theme problem

1 Answer 65 Views
OutlookBar
This is a migrated thread and some comments may be shown as answers.
Miłosz Cechnicki
Top achievements
Rank 1
Miłosz Cechnicki asked on 16 Jan 2012, 01:54 PM
Hi,

I'm trying to set predefined 'Metro' theme for OutlookBar control. The theme is set at OutlookBar item, and all of the RadOutlookBarItem elements inside it.
Everything is styled except for the active items of the outlookBar.

<telerik:RadOutlookBar telerik:StyleManager.Theme="Metro" telerik:AnimationManager.IsAnimationEnabled="False" MinimizedWidthThreshold="45" MinimizedWidth="30">
            <telerik:RadOutlookBar.Items>
                <telerik:RadOutlookBarItem telerik:StyleManager.Theme="Metro" Header="Item1" />
                <telerik:RadOutlookBarItem telerik:StyleManager.Theme="Metro" Header="Item2" />
            </telerik:RadOutlookBar.Items>
        </telerik:RadOutlookBar>

The problem can be resolved by setting the ApplicationTheme propery:
Telerik.Windows.Controls.StyleManager.ApplicationTheme = new Telerik.Windows.Controls.MetroTheme();

but in our scenario not all application should be styled...

Best regards

1 Answer, 1 is accepted

Sort by
0
Tina Stancheva
Telerik team
answered on 19 Jan 2012, 10:29 AM
Hello MiƂosz,

Thank you for reporting this issue. I logged it in our PITS so that you can track its progress. We will do our best to fix it as soon as possible.

I updated your Telerik account as a small sign of appreciation for bringing the issue to our attention.

Regards,
Tina Stancheva
the Telerik team

Explore the entire Telerik portfolio by downloading the Ultimate Collection trial package. Get it now >>

Tags
OutlookBar
Asked by
Miłosz Cechnicki
Top achievements
Rank 1
Answers by
Tina Stancheva
Telerik team
Share this question
or