-
-
Notifications
You must be signed in to change notification settings - Fork 517
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
Maximising a ribbon window with DWM enabled results in it not maximising properly #10
Comments
Windows seems to be Windows 7. |
I've tried to build it with 4.5 version. Haven't tried older versions though, but unfortunately for me it is not an option now, as app itself (not that test one, but real application I'm developing now) is using features from 4.5. |
I don't understand your answer. |
I'm using .NET 4.5. |
Have to delay investigating and fixing this past version 3.1 as I don't have access to Windows 7 with aero (does not work with hyper-v). |
I was finally able to reproduce the issue at work, using Windows 7. |
I would be very happy if anyone could have a look at this issue. I don't really get what's causing this... |
Hi. I'm not an expert in what happens deep inside there, but maybe the following fact may help in some way. In .NET 4.5 Microsoft has made some changes so that even their own WPF Ribbon implementation started to have a problems that looks alike. It happens on Vista and 7 too. |
It's definitely a bug in the WindowChrome class from Microsoft, as we are relying completely on that class to render the window chrome. The class has many bugs and I implemented workarounds for most of them. But this bug, as it seems now, can't be worked around in any way I could come up with. Just have a look at the WindowSizing class were most of the bugs are worked around. |
I'll see if I can have a look into this |
I don't know how to fix the current issues, including this one, related to the microsoft WindowChrome class. Any suggestions from anyone? |
Is the only real solution to re-implement WindowChrome? |
I got no time to re-implement it... |
Could anyone have a look if it's fixed in version 4.0 (develop branch)? |
Tested this myself and as far as I can tell everything works as it should now. |
You can see the top window border.
This has been happening since upgrading to 3.0.0, 3.0.3 samples still have the issue
The text was updated successfully, but these errors were encountered: