Make WindowNotificationManager
Xaml friendly
#13612
Closed
workgroupengineering
started this conversation in
Ideas
Replies: 1 comment 2 replies
-
In latest master we relaxed the WNM already to make usage in xaml easier. I don't know if we want to invest more into it as I think we should instead invest our time into:
|
Beta Was this translation helpful? Give feedback.
2 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
Is your feature request related to a problem? Please describe.
Allow using WindowNotificationManager in
Xaml
Describe the solution you'd like
WindowNotificationManager
as obsoleteNotificationManager
, it's basically the same except thePosition
andMaxItems
properties become attached properties. When using<Usertcontrol NotificationManager.Position="Center"
in Xaml, it is checked if TopLevel has NotificationManager otherwise it instantiates a new one.Beta Was this translation helpful? Give feedback.
All reactions