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
I've created a top-level Win32 window with a XAML island filling its entire client area. When I set ExtendsContentIntoTitleBar = true on my AppWindow with a custom title bar, the black border drawn by DWM is covered across the top (but not the left or the right). I've tried compensating by manually drawing a border across the top of the Grid containing my title bar layout, but it still doesn't look right because the caption buttons overlap that border, instead of being inset inside of it.
Since this is on Windows 10, I cannot use DWM APIs to hide the rest of that border myself.
Steps to reproduce the bug
Create a top-level Win32 window, add a XAML island within it;
Use AppWindow.ExtendsContentIntoTitleBar = true and set a custom title bar layout;
Write a simple app that just displays the window
Move the app's window in front of a light-colored background (I just move it in front of an empty notepad window)
Notice that there is a black border around three sides of the window, but it's missing across the top of the window where the custom title bar is drawn.
Expected behavior
I expect that on Windows 10 a fully-customized title bar will not obscure the border across the top of the window.
Screenshots
NuGet package version
Windows App SDK 1.6.1: 1.6.240923002
Packaging type
Unpackaged
Windows version
Windows 10 version 22H2 (19045, 2022 Update)
IDE
Visual Studio 2022
Additional context
No response
The text was updated successfully, but these errors were encountered:
Describe the bug
I've created a top-level Win32 window with a XAML island filling its entire client area. When I set
ExtendsContentIntoTitleBar = true
on myAppWindow
with a custom title bar, the black border drawn by DWM is covered across the top (but not the left or the right). I've tried compensating by manually drawing a border across the top of theGrid
containing my title bar layout, but it still doesn't look right because the caption buttons overlap that border, instead of being inset inside of it.Since this is on Windows 10, I cannot use DWM APIs to hide the rest of that border myself.
Steps to reproduce the bug
AppWindow.ExtendsContentIntoTitleBar = true
and set a custom title bar layout;Expected behavior
I expect that on Windows 10 a fully-customized title bar will not obscure the border across the top of the window.
Screenshots
NuGet package version
Windows App SDK 1.6.1: 1.6.240923002
Packaging type
Unpackaged
Windows version
Windows 10 version 22H2 (19045, 2022 Update)
IDE
Visual Studio 2022
Additional context
No response
The text was updated successfully, but these errors were encountered: