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

Issue with auto-hiding Taskbar and Maximized window #126

Open
milos12345 opened this issue Jul 28, 2021 · 3 comments
Open

Issue with auto-hiding Taskbar and Maximized window #126

milos12345 opened this issue Jul 28, 2021 · 3 comments

Comments

@milos12345
Copy link

Maximized window will prevent Taskbar from showing when cursor is at the bottom of the screen if user has the option enabled in settings

image

Tested with the provided FluentWPFSample

@sourcechord
Copy link
Owner

Hi @milos12345
This is common issue for WPF apps that uses WindowChrome property or WindowStyle="None" setteings; FluentWPF uses both properties.
There are some workarounds for this issue, and I'm considering whether to implementing it in FluentWPF or not.

@milos12345
Copy link
Author

Hi @sourcechord
I don't know if relevant, but I've noticed that the taskbar works when the maximized window is not Active. If it is not related to something triggered by that state, even improvisation of setting window bottom margin of 1 might be more acceptable to users than taskabar not showing.
Thanks for looking into this.

@sourcechord
Copy link
Owner

Thanks for the information.
It is common issue for WPF environmet, but is very confusing behavior. I'd like to support it in future update.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

2 participants