https://github.com/dirkster99/usernotifications
Implements a MVVM/WPF Control that shows notificatrions (on top and) at the position of other controls
https://github.com/dirkster99/usernotifications
contol csharp dark-theme dotnet library light-theme message mit-license mvvm notifications nuget-package screenshot theme wpf
Last synced: 6 months ago
JSON representation
Implements a MVVM/WPF Control that shows notificatrions (on top and) at the position of other controls
- Host: GitHub
- URL: https://github.com/dirkster99/usernotifications
- Owner: Dirkster99
- License: mit
- Created: 2017-07-27T21:28:31.000Z (about 8 years ago)
- Default Branch: master
- Last Pushed: 2019-08-31T16:59:26.000Z (about 6 years ago)
- Last Synced: 2025-03-25T23:34:44.998Z (7 months ago)
- Topics: contol, csharp, dark-theme, dotnet, library, light-theme, message, mit-license, mvvm, notifications, nuget-package, screenshot, theme, wpf
- Language: C#
- Size: 85.9 KB
- Stars: 16
- Watchers: 1
- Forks: 3
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: License.md
Awesome Lists containing this project
README
[](https://ci.appveyor.com/project/Dirkster99/usernotifications)
[](https://github.com/Dirkster99/UserNotifications/releases/latest)
[](http://nuget.org/packages/Dirkster.UserNotifications) 
## Overview
Lightweight notifications for WPF project based on

Lightweight growl notifications for WPF project from here:
http://www.codeproject.com/Articles/499241/Growl-Alike-WPF-Notifications## Theming
Load *Light* or *Dark* brush resources in you resource dictionary to take advantage of existing definitions.
```XAML
``````XAML
```These definitions do not theme all controls used within this library. You should use a standard theming library, such as:
- [MahApps.Metro](https://github.com/MahApps/MahApps.Metro),
- [MLib](https://github.com/Dirkster99/MLib), or
- [MUI](https://github.com/firstfloorsoftware/mui)to also theme standard elements, such as, button and textblock etc.
## Requirements
- Visual Studio 2012 / 2010 or later
## Sample Screenshots


