This question is locked. New answers and comments are not allowed.
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.
The problem can be resolved by setting the ApplicationTheme propery:
but in our scenario not all application should be styled...
Best regards
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