Your Privacy Matters: We use our own and third-party cookies to improve your experience on our website. By continuing to use the website we understand that you accept their use. Cookie Policy
915
How to apply a theme to the RibbonWindowContentHost.StatusBar
posted

I am trying to find out if there is anyway to get the same theme that is applied to a Ribbon to also be applied to the status bar?

Is it possible or is this going to be a feature request?

  • 54937
    Offline posted

    I modified the xamFeatureBrowser's xamRibbonWindow.xaml to have a statusbar and it correctly changes its color scheme when the Theme property is set. Is this what you mean or are you referring to something else?

    e.g. I added this to the sample

            <igRibbon:RibbonWindowContentHost.StatusBar>
                <StatusBar>
                    <StatusBarItem Content="Status text..." />
                </StatusBar>
            </igRibbon:RibbonWindowContentHost.StatusBar>