Closed CodingOctocat closed 1 year ago
Without MicaWPF
With MicaWPF Maximized with limited witdth:
I will need more precision has I am not sure to understand what is the issue.
I created a new blank project without MicaWPF and have the same problem, so it's a problem with WPF itself! Can MicaWPF fix this?
MaxWidth
,then maximize window.(title bar is not normal, and Bottom at the back of the taskbar)The expected result should be something like this:
Ah yes let me take a look at it
We know that if the window is set to MaxWidth
, then when maximized it will be maximized on the left side of the screen, which is a bad experience, and the correct behavior is to maximize with the window in the center, but it seems like a lot of work to do this, and the behavior of the maximize button has to be override (including double-clicking on the title bar to maximize, Win+UpArrow, and anything else that maximizes the window)
Do you think I should Actually prevent the user from maximizing the window when the maxwitdh value is not the default?
As shown in the picture:
When I maximize the window:
As shown in the picture:
When I maximize the window:
Yes Yes I Understood it's just that I will have to hook into all sort of events to figure this one out.
Its a complex task. I will see what I come up with.
Works with everything pushing to main branch.
Pushing version 6.1.3 it is now fixed.
Describe the bug
If the window is maximized when MaxWidth is set, the contents of the window will overflow to the taskbar.
Steps to reproduce the bug
As above.
Expected behavior
No response
Screenshots
No response
Windows version
Windows 11 version 22H2 (22621, 2022 Update)
.Net Version
.NET 7.x
Additional context
No response