MessageBox控件调用 ShowOverlayAsync方法出现异常 #504
Unanswered
1184898069
asked this question in
Q&A
Replies: 1 comment
-
需要在界面上放置至少一个OverlayDialogHost(UrsaWindow内置一个所以不用放置) |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
如标题所示,在ViewModel中的方法中调用
Result = await MessageBox.ShowOverlayAsync没有生效,没有模糊也没有弹窗显示;
但是在调用
Result = await MessageBox.ShowAsync时可以正常弹窗。
请问在使用ShowOverlayAsync需要有什么额外的设置吗,还是与其他控件有冲突呢
Beta Was this translation helpful? Give feedback.
All reactions