有没有办法在MahApps中显示一个简单的子窗口,我们如何显示对话框(使用DialogCoordinator)?
答案 0 :(得分:3)
目前还没有,请使用:
private async void show()
{
await ((MahApps.Metro.Controls.MetroWindow)Application.Current.MainWindow).ShowChildWindowAsync(new SampleChildWindow());
}