Describe the bug
The taskbar is set to auto-hide. When the app is set to maximized, the taskbar does not appear when the mouse is moved to the bottom of the screen
Steps to reproduce the bug
1.Create a new empty WinUI3 application.
2.Extend the content to the title bar.
AppWindowTitleBar titleBar = this.AppWindow.TitleBar;
titleBar.ExtendsContentIntoTitleBar = true;
titleBar.ButtonBackgroundColor = Colors.Transparent;
titleBar.ButtonInactiveBackgroundColor = Colors.Transparent;
3.Set the taskbar to hidden mode.
4.Maximize the app
5. Move the mouse to the bottom of the screen
Expected behavior
The hidden taskbar will be shown
Screenshots
No response
NuGet package version
WinUI 3 - Windows App SDK 1.2.5: 1.2.230313.1
Windows version
Windows 11 (22H2): Build 22621
Additional context
No response
Describe the bug
The taskbar is set to auto-hide. When the app is set to maximized, the taskbar does not appear when the mouse is moved to the bottom of the screen
Steps to reproduce the bug
1.Create a new empty WinUI3 application.
2.Extend the content to the title bar.
3.Set the taskbar to hidden mode.
4.Maximize the app
5. Move the mouse to the bottom of the screen
Expected behavior
The hidden taskbar will be shown
Screenshots
No response
NuGet package version
WinUI 3 - Windows App SDK 1.2.5: 1.2.230313.1
Windows version
Windows 11 (22H2): Build 22621
Additional context
No response