Replies: 2 comments 6 replies
-
Thanks @chingucoding, great question! In #3770 we updated the InAppNotification to better match the InfoBar styling, but I see us either inheriting from InfoBar in the future directly or becoming an extension to InfoBar/TeachingTip. Basically the extra 'sauce' that InAppNotification provides is the message queuing/stacking and controlling the visibility of the control automatically within the UI. This is something that currently neither We should investigate this more for 7.1 and either introduce new extensions on top of the WinUI controls and deprecate InAppNotification, if that makes sense compared to inheriting from InfoBar and inline replacing our existing InAppNotification control. |
Beta Was this translation helpful? Give feedback.
-
I use Elmish MVU with logic in .NET Standard library. So that Much easier would be to integrate with an items control. In that case I would need only to declare |
Beta Was this translation helpful? Give feedback.
-
With the new InfoBar control, a lot of use cases for the InAppNotification control can now be achieved with WinUI/UWP controls. The question is how these will continue in the future; should InAppNotification coexist? Should InfoBar reach feature parity and InAppNotification will be deprecated? Or should InAppNotification become a helper built on top of InfoBar?
Beta Was this translation helpful? Give feedback.
All reactions