[Windows] Auto-hidden Windows taskbar does not appear when Avalonia app is maximized with `ExtendClientAreaToDecorationsHint=True`
love-linger opened this issue · 1 comments
love-linger commented
Describe the bug
On Windows, if Automatically hide the TaskBar is enabled, when a window with ExtendClientAreaToDecorationsHint=True is maximized, the Windows TaskBar does not appear while hovering over the bottom part of screen.
To Reproduce
- Toggle
Automatically hide the TaskBarin Windows Settings. - Open
ControlCatalog.Desktop.exeand go toWindow Customizationsto make sure theExtend Client Area To Decorationsoption is checked. - Maximize
ControlCatalog.Desktop - Hover over the bottom part of screen.
Expected behavior
When hovering over the bottom of screen, the Windows TaskBar should appear.
Avalonia version
11.3.5
OS
Windows
Additional context
No response