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 TitleDataTemplate #75

Closed AgPeHaJIuH1 closed 4 years ago

AgPeHaJIuH1 commented 4 years ago

If possible, add a TitleDataTemplate for MaterialWindow. Sometimes it’s convenient to have some other buttons in the window title (for example, settings) for quick access. image You have an awesome library. I really lacked the implementation of these elements in the Material style. Thanks you

spiegelp commented 4 years ago

@AgPeHaJIuH1 I was thinking of adding buttons to the title bar some months ago. I will schedule this feature for a future release.

spiegelp commented 4 years ago

@AgPeHaJIuH1 You may check out the latest prerelease to see the new property in action. See the MainWindow of the demo for an example.