Is it possible in Mahapps Metro to show a standard message dialog at the bottom of the MetroWindow just like the Github for Windows app does? I want to notify the user about exceptions, but without the need to close this dialog before he/she continues using the app.
Until now I use the following code to open the message dialog, but this is a blocking way and it appears at the center of the MetroWindow:
await this.ShowMessageAsync("My title", "My error message");
I want to create a Github for Windows like dialog. You can see a screenshot here:

In Github for Windows you can undo any operation, but this message only appears some seconds and than auto-hides.
What you're looking for isn't a dialog, but the Flyout control with the Position property set to Bottom.
Also see this discussion on the GitHub repository: https://github.com/MahApps/MahApps.Metro/issues/1352
If you love us? You can donate to us via Paypal or buy me a coffee so we can maintain and grow! Thank you!
Donate Us With