Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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: 23 days 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 (over 7 years ago)
- Default Branch: master
- Last Pushed: 2019-08-31T16:59:26.000Z (about 5 years ago)
- Last Synced: 2024-10-14T03:03:32.580Z (23 days 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: 2
- Forks: 3
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: License.md
Awesome Lists containing this project
README
[![Build status](https://ci.appveyor.com/api/projects/status/a4gtps078k9fnp9i?svg=true)](https://ci.appveyor.com/project/Dirkster99/usernotifications)
[![Release](https://img.shields.io/github/release/Dirkster99/UserNotifications.svg)](https://github.com/Dirkster99/UserNotifications/releases/latest)
[![NuGet](https://img.shields.io/nuget/dt/Dirkster.UserNotifications.svg)](http://nuget.org/packages/Dirkster.UserNotifications)![Net4](https://badgen.net/badge/Framework/.Net 4/blue) ![NetCore3](https://badgen.net/badge/Framework/NetCore 3/blue)
## Overview
Lightweight notifications for WPF project based on
![](https://raw.githubusercontent.com/Dirkster99/Docu/master/UserNotifications/darkscreenshot.png)
![](https://raw.githubusercontent.com/Dirkster99/Docu/master/UserNotifications/screenshots.png)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
![Screenshot](https://github.com/Dirkster99/Docu/blob/master/UserNotifications/screenshot1.png?raw=true)
![Screenshot](https://github.com/Dirkster99/Docu/blob/master/UserNotifications/screenshot2.png?raw=true)
![Screenshot](https://github.com/Dirkster99/Docu/blob/master/UserNotifications/screenshot3.png?raw=true)