-
-
Notifications
You must be signed in to change notification settings - Fork 521
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Rendering of Office 2010 theme incorrect on Windows 10 #146
Comments
Not the fault of Windows 10, it does't work on Windows 7 as well. |
Did you add the Generic.xaml from any theme? Does the showcase application work? |
No, I haven't see it at https://github.com/fluentribbon/Fluent.Ribbon/wiki/Foundation. |
Showcase build pass and works, but still some issues: (all on Windows 10)RibbonWindow border looks strange when using theme Office2010(Dwm) and Windows8: it's the fault of win10's dwm because it renders border colorful but title white; And a question:An application must have only 1 Backstage or ApplicationMenu? |
It's indeed broken. Will have a look at this. |
To sum this up:
|
Is there a simple way of displaying window borders in default system Windows10 style, while keeping the ribbon styled in Office 2007/2010 theme? Edit: to clarify, is there a way to turn off window chrome styling? And just use the standard system one, while retaining quick access toolbar etc. If not, is there a way use Office 2013 style for the window (which has no problems on Win10), while using 2007/2010 style for the ribbon? |
The simple answer: |
Is fixed, from my point of view. |
The window cannot be rendered totally, whether I set DontUseDwm to true or false, it comes into a block of black.
The text was updated successfully, but these errors were encountered: