Replies: 1 comment
-
|
可以尝试使用TryGetNotificationManager方法 |
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
Uh oh!
There was an error while loading. Please reload this page.
-
我想Notification只在弹窗页面中弹出,在普通的Dialog中是可以做到这个效果的,因为var topLevel = TopLevel.GetTopLevel(this),这里topLevel取到的是DialogWindow,但是OverlayDialog这里取到的是MainView,所以Notification会在页面顶部而且是遮罩下面弹出,这个有办法解决吗?
Beta Was this translation helpful? Give feedback.
All reactions