我在 XAML Toolkit C# 中使用 Material Design,在 Material Design WPF C# 中使用 MessageBox,


我需要这样或更好的 MessageBox 设计
我试过使用 DialogHost 但发生此错误
没有加载的 DialogHost 实例。
private async void MenuPopupButton_OnClick(object sender, RoutedEventArgs e) {
var sampleMessageDialog = new SampleMessageDialog {
Message = {Text = "Goodbye"}
};
await DialogHost.Show(sampleMessageDialog, "RootDialog");
}
Run Code Online (Sandbox Code Playgroud)
没有加载的 DialogHost 实例。