2

using VS 2013 and MahApps. I want to create a simple totally custion dialog, and am lost.

I would like to use XAML, but only code is also OK. The examples and documentations are very limited. Anyone can walk me through this?

Thanks!

Gabe
  • 630
  • 1
  • 9
  • 25
  • 1
    What did you try so far? Does this short sample help? http://www.c-sharpcorner.com/Blogs/48620/wpf-mahapps-custom-login.aspx – Mohnkuchenzentrale Oct 06 '15 at 10:01
  • Possible duplicate of [How to change MahApps.Metro dialog content template width?](https://stackoverflow.com/questions/30751663/how-to-change-mahapps-metro-dialog-content-template-width) – Herohtar Sep 23 '19 at 04:12

1 Answers1

2

There's already an answer from MahApps author. He suggested to replace the dialog template with a style.

Also, there's a SimpleChildWindow project that he's supporting. It's not totally custom but surely simple.

Community
  • 1
  • 1
Mikhail Tumashenko
  • 1,683
  • 2
  • 21
  • 28