ToastNotifications
ToastNotifications copied to clipboard
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 an...
### Library version: 2.5.1 Question: There is no problem when I run the program in release or debug mode in visual studio. When I run the exe file, it gives...
Added option for Top center into the enum, and the position provider cases Also set them to use a common abstract position provider, which reduces repetition. If too major a...
### Library version ToastNotifications.Net5 3.0.0 / ToastNotifiations.Messages.Net5 3.0.1 ### Expected behaviour Assemblies are strong named for security ### Actual behaviour Assemblies are not strong named ### Steps to reproduce behaviour...
### Library version 2.5.1 ### Expected behaviour Toast Message should display ### Actual behaviour Nothing displays ### Steps to reproduce behaviour Run on Windows Server 2016 with Open-Shell installed ###...
### 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...
Fix for #109. Migrated to SDK-style project files and set up multi target build.
Height
Is there anyway to change the height of notification?
Feature: Allowing multiple LifetimeSupervisors with different behaviors I need to use two different LifetimeSupervisor, one with CountBasedLifetimeSupervisor and other with TimeAndCountBasedLifetimeSupervisor. If I create 2 separated Notifiers the notifications can...
### Library version 2.5.1.0 ### Questions I want to show some notifications that still open until user click or close with CountBasedLifetimeSupervisor and other notifications I want to show with...