sourcechord / FluentWPF

Fluent Design System for WPF.
MIT License
1.43k stars 111 forks source link

Issue with auto-hiding Taskbar and Maximized window #126

Open milos12345 opened 3 years ago

milos12345 commented 3 years ago

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 commented 3 years ago

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 commented 3 years ago

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 commented 3 years ago

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.