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?
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 - XAMLInfragisticswww.infragistics.com/support
Were you able to resolve your issue?