Perhaps a standard message box at the bottom of MetroWindow will appear in Mahapps Metro, as shown in Github for Windows .? I want to notify the user of exceptions, but without having to close this dialog box before he / she continues to use the application.
So far I have been using the following code to open a message dialog, but this is a blocking method and it appears in the center of MetroWindow :
await this.ShowMessageAsync("My title", "My error message");
I want to create a Github for Windows dialog box. You can see the screenshot:

In Github for Windows you can undo any operation, but this message only appears for a few seconds, and does not automatically hide.
source share