Skip to content
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

WindowState Maximized cover windows taskbar #84

Closed
ThibaudMZN opened this issue Apr 29, 2020 · 1 comment · Fixed by #220 or #223
Closed

WindowState Maximized cover windows taskbar #84

ThibaudMZN opened this issue Apr 29, 2020 · 1 comment · Fixed by #220 or #223
Labels
bug Something isn't working Visual This is only visual and doesn't affect functionality

Comments

@ThibaudMZN
Copy link

If a MaterialForm is maximized with the default top right button, it displays correctly, however if you set WindowState to Maximized it covers the windows taskbar.

You can deal with it by setting the maximum size to the working area, like so :

this.MaximumSize = Screen.PrimaryScreen.WorkingArea.Size;

@leocb
Copy link
Owner

leocb commented Apr 29, 2020

Thanks for reporting, I'll take a look

@leocb leocb added bug Something isn't working Visual This is only visual and doesn't affect functionality labels Apr 29, 2020
@orapps44 orapps44 linked a pull request Sep 25, 2021 that will close this issue
@orapps44 orapps44 added this to the 2.3.0 milestone Sep 25, 2021
@orapps44 orapps44 removed this from the 2.3.0 milestone Sep 25, 2021
@orapps44 orapps44 linked a pull request Sep 26, 2021 that will close this issue
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working Visual This is only visual and doesn't affect functionality
Projects
None yet
3 participants