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
755
How to change the statusbar color
posted

I want to change the statusbar color

        <igWpf:RibbonWindowContentHost.StatusBar>
            <StatusBar Height="26">
                <Label Foreground="White" Content="{Binding Path=State, UpdateSourceTrigger=PropertyChanged}" Width="384"/>
            </StatusBar>
        </igWpf:RibbonWindowContentHost.StatusBar>

How can I do that?

Parents
  • 14517
    Offline posted

    Hello Jean-Pascal,

    You can set the Background property of the Status Bar to change it's color: <StatusBar Height="26" Background="Red">

    If this is not what you are looking for, please provide me more information on what you would like to change and how. If possible, perhaps a picture may help.

    Please let me know if you have any questions.


    Sincerely,
    Valerie
    Developer Support Supervisor - XAML
    Infragistics
    www.infragistics.com/support

Reply Children
No Data