Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

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

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)