-
Notifications
You must be signed in to change notification settings - Fork 804
Open
Labels
Description
Describe the bug
AppWindow.SetPresenter() creates unmovable / small / maximized window.
Steps to reproduce the bug
- User maximizes window.
- SetPresenter(AppWindowPresenterKind.Overlapped) or SetPresenter(AppWindowPresenterKind.Default)
- Move() or Resize()
- The window becomes strange.
Reference information
SetPresenter(OverlappedPresenter.Create()) / SetPresenter(AppWindowPresenterKind.CompactOverlay) is NOT a problem.
Sample program
https://github.com/shinta0806/TestSetPresenter
Expected behavior
Normal overlapped window.
Screenshots
NuGet package version
WinUI 3 - Windows App SDK 1.7.1: 1.7.250401001
Windows version
Windows 11 (24H2): Build 26100
Additional context
Perhaps the problem occurs when the same presenter is set more than once.
Reactions are currently unavailable
