Skip Navigation LinksHome / Community & Support / Developer Productivity Tools Forums / Silverlight > OutlookBar > RadOutlookBar theme problem

Not answered RadOutlookBar theme problem

Feed from this thread
  • Miłosz Cechnicki avatar

    Posted on Jan 16, 2012 (permalink)

    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

    Reply

  • Tina Stancheva Tina Stancheva admin's avatar

    Posted on Jan 19, 2012 (permalink)

    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 >>

    Reply

Back to Top

Skip Navigation LinksHome / Community & Support / Developer Productivity Tools Forums / Silverlight > OutlookBar > RadOutlookBar theme problem