Search code examples
c#wpfmdimahapps.metro

WPF MDI add Mahapps metro style


I want to use Mahapps style on WPF.MDI.
I managed to add the style to UserControl, with resource merging, but child is unchanged.

Need to create new them for WPF.MDI, that targets mahapps style?

Any direction helps.


Solution

  • I figure it out, on my own.
    Short explanation here:
    Created a copy of Aero.xaml, modified it and referenced Mahapps.
    Source on GitHub.

    enter image description here

    I reconfigured to use resource dictionary and fixed window control highlight (close, minimize, maximize).


    enter image description here