Notifications.Wpf icon indicating copy to clipboard operation
Notifications.Wpf copied to clipboard

Toast notifications for WPF

Results 17 Notifications.Wpf issues
Sort by recently updated
recently updated
newest added

![image](https://user-images.githubusercontent.com/8567893/50539286-c1ae1000-0b75-11e9-8420-3e4f0f1e20b9.png) Is there a possibility that we can hide this from the user? Also, this window doesn't exit/close even after the application is closed as mentioned in Issue #10.

Hi there, Thanks for this nice and tiny library. It' will be really nice to have a feature that pauses the toast from being closed when mouse over. This is...

Trying to address [Issue #3 ](https://github.com/Federerer/Notifications.Wpf/issues/3) by introducing a work-around / quick fix until the cause of the problem is identified.

when creating a new "NotificationsOverlayWindow", in the NotificationManager, the window's owner is unset.. Creating toast notifications using the method below, will always leave the ToastWindow open as the application closes....

Dear Federerer,I have problem with custom notification.When I declare the viewmodel for notification to make custom notification,it does not show any button and preferences image.Most Probably it related with UserControl.Can...

Hi! Please add the ability to set your icon for notified. It is desirable that Ellipse be put. Thx.

Hi!, I'have application with MahApp Metro and when i show notification show like this: ![image](https://cloud.githubusercontent.com/assets/942730/23304194/b7ab90f4-fa98-11e6-8006-478f37db67a7.png) the code is same of example ```cs var notificationManager = new NotificationManager(); notificationManager.Show(new NotificationContent {...