Sample Application showing modular loosely coupled program setup with some cross-functionality features between MahApps.Metro and PrismLibrary
Currently it demonstrates the following features/concepts:
-
Toggle (show/hide) Flyouts in a modular MVVM structured App, from everywhere in your app
-
Add/Remove MahApps HamburgerMenu Entries from your Modules
-
Add/Remove Flyouts from your Modules
-
Use TabControl as HamburgerMenu Content (including ColseTabAction which removes the View also from its Prism Region)
Based on Demo MahAppsPrismRegionAdapters