Skip to content

DeadlyEmbrace/WPFToastNotification

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

5 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Toast Notification

Fancy toast notification for WPF applications easy to use and support MVVM pattern. A small notification window with image, title and content displayed at the bottom of the screen. You can use the default implementation or build your own custom notification.

NuGet

Demo

Check out the toast notification demo app. The app demonstrates How to use the toast notification to display it with the default implementation or with your own custom implementation. The full source of the demo app is included in the source code of this project.

Documentation

See some screenshots to get an idea of how the toast notification will be displayed on the screen. And visit the wiki to learn how to use it into your application.

Features

  • Simple, lightweight and fancy toast notification with title, content and overridable predefined image displayed at the bottom of the screen
  • Support MVVM pattern
  • Configurable, you can use the default notification configuration or reconfigure it with the following attributes
    • Display duration
    • Width
    • Height
    • Notification template
  • Customizable
    • You can impelement your own notification
  • Show one notification per time and if there are other notifications they will be placed in a queue and will be shown when the place is available
  • Prevent the notification from fading out when hovering on it

Acknowledgements

  • Adapted the NotifyBox from Elysium

About

Fancy toast notification for WPF applications easy to use and support MVVM pattern.

Resources

License

Stars

Watchers

Forks

Packages

No packages published

Languages

  • C# 100.0%