dotMorten / WinUIEx

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

IsMinimizable and IsMaximizable only working together #142

Closed byrialsen closed 7 months ago

byrialsen commented 8 months ago

Running demo 'WinUIExSample' setting either IsMinimizable or IsMaximizable is not working. System icons/buttons are grayed but still clickable.

But setting both to false at the same time will hide the system icons/buttons.

dotMorten commented 8 months ago

Woah. I saw them grayed out but I never actually pressed them. Since this property just maps directly to Windows App SDK's AppWindow properties, it's a Windows App SDK problem. I'll do a little more testing, then log a bug over there.

dotMorten commented 8 months ago

@byrialsen Looks like is already a known WinAppSDK issue when using ExtendsIntoTitleBar. See; https://github.com/microsoft/WindowsAppSDK/issues/3465

dotMorten commented 7 months ago

Should be fixed in 1.4.3 so closing here.