-
Notifications
You must be signed in to change notification settings - Fork 770
Closed as duplicate of#10374
Closed as duplicate of#10374
Copy link
Labels
area-TitleBarIssues related to custom window title bars.Issues related to custom window title bars.bugSomething isn't workingSomething isn't workingteam-ControlsIssue for the Controls teamIssue for the Controls team
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
.
afshin29
Metadata
Metadata
Assignees
Labels
area-TitleBarIssues related to custom window title bars.Issues related to custom window title bars.bugSomething isn't workingSomething isn't workingteam-ControlsIssue for the Controls teamIssue for the Controls team