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
As of now the Office 2010 and Windows 8 themes will be removed in version 5.0. You can vote for this at Future direction of this library.
Breaking changes
New nuget dependency: ControlzEx. So don't forget to add ControlzEx.dll to your distribution/setup.
BorderlessWindowBehavior was replaced by WindowChromeBehavior from ControlzEx.
This also removes the dependency Microsoft.Windows.Shell as ControlzEx contains everything we need to use WindowChrome.
This behavior is initialized in code behind (InitializeWindowChromeBehavior) and shows which properties of RibbonWindow can be used to control the behavior.
SaveWindowPosition and WindowSettingBehavior were removed #196
GlassBorderThickness was renamed to GlassFrameThickness to be consitent with WindowChrome and WindowChromeBehavior #209
FluentTest project was renamed to Fluent.Ribbon.Showcase #212
Development/Contributing changes
We switched to Visual Studio 2015 so we can use nameof etc. #219
Bug fixes
#10 - Maximising a ribbon window with DWM enabled results in it not maximising properly
#90 - Window chrome turning black during window resize.
#116 - MenuItem: When the description is long the MenuItem does not expands in Width or Height, does not wrap text
#129 - DontUseDwm="True" case the window corner unpainted
#146 - Rendering of Office 2010 theme incorrect on Windows 10
#191 - Windows 8 Theme - Blue/black margin around the window in windows 10
#210 - Fix wrong dimensions assumed for WindowCaptionButtons on Windows 10 in Office2010 and Windows 8 themes