Toast notifications for WPF allows you to create and display rich notifications in WPF applications. It's highly configurable with set of built-in options like positions, behaviours, themes and many others. It's extendable, it gives you possibility to create custom and interactive notifications in simply manner.
I am developing .net 7 projects. When I call the ToastNotifications method, the notifications overlap. I call it using sample codes, but I don't get results like in GIF.
Library version 2.5.1
Actual behaviour
Expected behaviour
Questions
I am developing .net 7 projects. When I call the ToastNotifications method, the notifications overlap. I call it using sample codes, but I don't get results like in GIF.