Issue with auto-hiding Taskbar and Maximized window
Opened this issue · 3 comments
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.
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.
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.