spiegelp / MaterialDesignExtensions

Material Design Extensions is based on Material Design in XAML Toolkit to provide additional controls and features for WPF apps
https://spiegelp.github.io/MaterialDesignExtensions/
MIT License
754 stars 122 forks source link

MaterialWindow.ResizeMode bug #50

Closed Gigas002 closed 5 years ago

Gigas002 commented 5 years ago

Hello. Just reporting a little issue with MaterialWindow.ResizeMode (xaml code). If it's values set to NoResize everything works as expected, no Minimize and Full Screen buttons, window is not resizable: image

But when it's set to CanMinimize (which usually has Close and Minimize buttons only, the Full Screen button is still on place and makes the application full screen: image

I'm using 2.8.0-a01 version.

spiegelp commented 5 years ago

@Gigas002 The improved behavior of the caption buttons according to the API doc will be in the next release.