I just upgraded Fluent.Ribbon from version 8.0.1 to version 9.0.4. Now my separators are no longer shown in the Backstage and the tab headers are also no longer aligned (they indent further with every separator).
In my XAML I use a styled System.Windows.Controls.Separator for the separator. Even if I do not set the Style attribute, the separator is not shown and the tab header do not align correctly in version 9.0.4 while it was with version 8.0.1. If I replace the System.Windows.Controls.Separator with an unstyled Fluent.SeparatorTabItem, the separators do show in the default color and the items correctly align, but I want to give the separators another color. Setting the Foreground or Background properties of the SeparatorTabItem does not work and if apply the style I previously used for the System.Windows.Controls.Separator (changing the type to apply it to to Fluent.SeparatorTabItem), the separator disappears again and the items are no longer aligned.
How can I change the color of the separator in the backstage?
Environment
- Fluent.Ribbon 9.0.4
- Windows 10
- .NET Framework 4.6.2
I just upgraded Fluent.Ribbon from version 8.0.1 to version 9.0.4. Now my separators are no longer shown in the Backstage and the tab headers are also no longer aligned (they indent further with every separator).
In my XAML I use a styled
System.Windows.Controls.Separatorfor the separator. Even if I do not set theStyleattribute, the separator is not shown and the tab header do not align correctly in version 9.0.4 while it was with version 8.0.1. If I replace theSystem.Windows.Controls.Separatorwith an unstyledFluent.SeparatorTabItem, the separators do show in the default color and the items correctly align, but I want to give the separators another color. Setting theForegroundorBackgroundproperties of theSeparatorTabItemdoes not work and if apply the style I previously used for theSystem.Windows.Controls.Separator(changing the type to apply it to toFluent.SeparatorTabItem), the separator disappears again and the items are no longer aligned.How can I change the color of the separator in the backstage?
Environment