Trevor Jones
Trevor Jones
> Setting the `WindowStyle` to `WindowStyle="SingleBorderWindow"` fixed this for me. I'm using a borderless window where the titlebar contains the maximise/minimize/close buttons, so WindowStyle must be set to "None" and...
> I'm on Win11 and with this XAML > > ``` > ExtendsContentIntoTitleBar="True" > WindowCornerPreference="Round" > ResizeMode="CanResizeWithGrip" > WindowStyle="SingleBorderWindow" > ``` > > it looks like this:  and this...
I guess this library is just not set up to handle a WindowStyle of none properly.