Open
Description
Describe the bug
When maximizing the window and then dragging it from the TitleBar
control, the following issues occur:
- The
CenterContent
of theTitleBar
overlaps theRightContent
instead of staying properly aligned. - The window content does not resize responsively; instead, it becomes cropped.
Steps to reproduce the bug
- Maximize the window.
- Drag the window from the
TitleBar
control. - Observe that the
CenterContent
overlaps theRightContent
. - Notice that the window content does not resize properly and becomes cropped.
Expected behavior
CenterContent
should remain properly aligned and not overlapRightContent
.- The window content should resize responsively instead of becoming cropped.
Screenshots
Recording.2025-03-13.124500.mp4
NuGet package version
WinUI 3 - Windows App SDK 1.7 Preview 1: 1.7.250208002-preview1
Windows version
Windows 11 (24H2): Build 26100
Additional context
These issues do not occur with the default TitleBar
, they only appear when using the TitleBar control
.