You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Office 2010 and Windows 8 themes got removed.
Office 2013 theme was moved from "Themes/Office2013/Generic.xaml" to "Themes/Generic.xaml".
This was a community voted decision.
ComboBox now uses the default ItemsPanelTemplate instead of VirtualizingStackPanel again.
If you prefer to use VirtualizingStackPanel you can change this on a per instance level or add it to your default Style.
#349 - Move RibbonTitleBar from Ribbon to RibbonWindow
RibbonWindow exposes TitleBar which is of type RibbonTitleBar. Ribbon uses the TitleBar provided by the RibbonWindow by default, through it's Style.
This allows changing the TitleBar being used by the Ribbon.
Removed RibbonProperties.TitleBarHeight to simplify usage of the Ribbon in non RibbonWindow.
To support this the following things were added:
SelectedContentMargin was added to BackstageTabControl
QuickAccessToolBarHeight on Ribbon
TitleBarHeight on RibbonWindow
#400 - Default menu / menuitem appearance overridden by FluentRibbon
Styles for the following types are no longer overwritten globally ContextMenu, MenuItem, MenuItem.SeparatorStyleKey, StatusBar, StatusBarItem, StatusBar.SeparatorStyleKey
MenuItemStyle is renamed to FluentDefaultSystemMenuItemStyle
Bug fixes
#288 - Fluent:DropDownButton Background can't be changed
#340 - Expose GroupByAdvanced from GalleryPanel on Gallery and InRibbonGallery
#360 - Toggling of KeyTips should not happen when Shift is pressed (thanks to @stylefish)
#387 - Disable/Hide the Menu-DropDown in QuickAccessToolbar
Ribbon now has IsQuickAccessToolBarMenuDropDownVisible and QuickAccessToolbar now has IsMenuDropDownVisible.
Added CanChangeIsOpen to Backstage
Added ActiveTabBackground and ActiveTabBorderBrush to RibbonTabItem
Improved interop with windows which are not of type RibbonWindow.
The showcase contains a sample showcasing working context-tabs in a MahApps.Metro MetroWindow.