dotMorten / WinUIEx

WinUI Extensions
https://dotmorten.github.io/WinUIEx
MIT License
615 stars 40 forks source link

Setting the titlebar to collapse shows a white border #67

Closed ArchieCoder closed 2 years ago

ArchieCoder commented 2 years ago

1- Run the sample 2- Toggle the Is Titlebar Visible switch

Windows 11: 22H2 - 22621.169

image

dotMorten commented 2 years ago

Closing, since this is an AppSDK bug. Link to bug above.

rocksdanister commented 2 years ago

Removing WS_THICKFRAME seems to do the trick: https://github.com/rocksdanister/GlobalColorPicker

dotMorten commented 10 months ago

Should be fixed in Windows App SDK 1.4.3

Jimbo99 commented 10 months ago

Should be fixed in Windows App SDK 1.4.3

I've just read that thread https://github.com/microsoft/microsoft-ui-xaml/issues/8947. Many thanks for drawing their attention to that bug, @dotMorten. That thread comes across as almost a microcosm of developing in WinUI3 - so much pushback from MS sometimes over things we want to do with it and need to do in our particular projects. Like pushing water uphill sometimes lol. Anyway, really appreciate all your great work!