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.
GNU Lesser General Public License v3.0
718
stars
171
forks
source link
Changing 'NotifierConfiguration' at Run time? #123
Is it possible to change the notifier's configuration such as DisplayOptions.Width at run time?
I would like to make it dynamically change to a control's width using reference, the SizeChanged event, etc.
Library version
2.5.1 via nuget
Questions
Is it possible to change the notifier's configuration such as DisplayOptions.Width at run time? I would like to make it dynamically change to a control's width using reference, the SizeChanged event, etc.