Maximized controlzex:WindowChromeWindow leaves a 7 pixel transparent border on all sides #210
-
|
Hello Batzen, I suspect you have answered this before. My ControlzEx window doesn't maximize all the way to cover the entire display. There is a 7 pixel gap between the MainWindow and the display edge. I can see my desktop and other apps behind my window. I have also noticed that the mouse cursor changes to resize in the transparent border. I am running the latest version of Windows 11: I am also using the latest version of ControlzEx 7.0.0. BTW, great job getting rid of the flicker! What can I do to fix this problem? Thanks so much! Bruce |
Beta Was this translation helpful? Give feedback.
Replies: 1 comment 5 replies
-
|
That's of course not the desired behavior. Which settings exactly are you using? |
Beta Was this translation helpful? Give feedback.
The jitters were gone because the returned NC-Size wasn't equal to the window size.
To fix the bug the size has to be equal.
So the jitter, sadly, returns. It's still a ~30 year old bug in Windows itself...
In previous versions we applied a workaround that got rid of the jitter by adding a pixel at the top of the window, which wasn't visible but made nc-size and window size unequal. Sadly that caused other issues.
Please not that all this only happens if you set
WindowStyle="None".If you just remove that, everything should work fine.