Drag/Dropping Window to Maximized Cuts Taskbar (BorderOnly Deco) #11222
Unanswered
ArchLeaders
asked this question in
Q&A
Replies: 0 comments
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
I'm setting up a custom window chrome for my application, but I'm getting some weird behavior with the drag/drop to fullscreen action in Windows 10.
Setting
WindowState
toWindowState.Maximized
works just fine, but when I drag the window to the top of the screen and drop it cuts out the task bar and about 7 pixels off the side of the window.window-behaviour.mp4
Is there a way to intercept this behavior and call whatever Avalonia does to fullscreen to the correct bounds instead? Or just another way to fix this?
Beta Was this translation helpful? Give feedback.
All reactions