-
-
Notifications
You must be signed in to change notification settings - Fork 524
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
Screen rotation on Win10 tablet #180
Comments
That's not supposed to happen. The WindowChrome class from Microsoft has tons of bugs we have to workaround. I guess this one has to be worked around too (just have a look at the WindowSizing class in this project). |
Ok, I'll check it in early next week... |
Maybe this issue iis related to the same issue that occurs when the window is maximised and the taskbar is set to auto hide... |
I have captured messages using Spy++ 8.00 (option: include same process). rotating from portrait to landscape:
hwnd I'll review the log on my spare time... |
This can be reproduced on my Windows 8.1 Desktop pc. Right click at desktop, [Screen resolution], [Orientation], [Landscape]⇔[Portrait] Don't forget to maximize the WPF window before rotation! |
I guess all or at least most issues regarding the WindowChrome will be resolved when #185 is done. |
Skipping WM_GETMINMAXINFO process in WindowSizing.HwndHook works for me. The black part won't appear.
This issue and above workaround can be reproduced on both FluentTest and my sample on both Win8.1 and Win10. |
Hi.
I'm trying to use Fluent Ribbon on Windows 10 tablet.
When I rotate the screen, black part appears:
Screenshot:
The visual recovers if I maximize the window again (→restore→maximize).
My xaml:
Anyone, are there known workarounds?
The text was updated successfully, but these errors were encountered: