You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
On a WinUI 3 window, which IsMaximizable and IsResizable has been set to false, still can be maximized info fullscreen by double clicks it's title bar.
Steps to reproduce the bug
In a new created blank WinUI3 app:
Edit OnLaunched method in App.xaml.cs file, append below code after m_window = new MainWindow();:
Describe the bug
In WinUI3 packaged app.
On a WinUI 3 window, which IsMaximizable and IsResizable has been set to false, still can be maximized info fullscreen by double clicks it's title bar.
Steps to reproduce the bug
In a new created blank WinUI3 app:
m_window = new MainWindow();
:F5
to run the app.Expected behavior
Window's size shouldn't change.
Screenshots
No response
NuGet package version
WinUI 3 - Windows App SDK 1.5.2: 1.5.240404000
Windows version
Windows 11 (22H2): Build 22621
Additional context
Microsoft Visual Studio Community 2022 (64-bit) - Current Version 17.9.6
The text was updated successfully, but these errors were encountered: