Mahapps Metro:在窗口底部显示非模态自动关闭消息对话框

时间:2014-10-07 13:41:16

标签: c# wpf github-for-windows mahapps.metro

Mahapps Metro是否可以在MetroWindow底部显示标准消息对话框,就像Github for Windows应用程序一样?我想通知用户有关异常的信息,但无需在他/她继续使用该应用程序之前关闭此对话框。

到目前为止,我使用以下代码打开消息对话框,但这是一种阻止方式,它出现在MetroWindow的中心位置:

await this.ShowMessageAsync("My title", "My error message");

我想创建一个类似Github for Windows的对话框。你可以在这里看到截图:

screenshot

Github for Windows中,您可以撤消任何操作,但此消息只显示几秒钟而不是自动隐藏。

1 个答案:

答案 0 :(得分:3)

您正在寻找的内容不是一个对话框,而Position控件的Bottom属性设置为{{1}}。

另请参阅GitHub存储库中的讨论:Flyout