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

NavigationWindow integration #125

Open zalnaRs opened 3 years ago

zalnaRs commented 3 years ago

I use NavigationWindow for navigation but MaterialWindow doesn't allow me to use it.

spiegelp commented 3 years ago

@zalnaRs Do you mean NavigationWindow from WPF? I never used it, so I need to figure out how it works with templating. MaterialWindow inherits from the standard window and thus it does not have any navigation features.

zalnaRs commented 3 years ago

@zalnaRs Do you mean NavigationWindow from WPF? I never used it, so I need to figure out how it works with templating. MaterialWindow inherits from the standard window and thus it does not have any navigation features.

Yes