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

https://github.com/kris701/nanotek.wpf.windowstrayitemframework

A simple framework to make WPF tray icon windows
https://github.com/kris701/nanotek.wpf.windowstrayitemframework

tray-application windows wpf

Last synced: 7 months ago
JSON representation

A simple framework to make WPF tray icon windows

Awesome Lists containing this project

README

          

# Windows Tray Item Framework
A simplified and small framework to make WPF apps that run from the windows tray.
I have used this style of applications in a few of my projects, so i thought i might as well make a common package for it.
![image](https://user-images.githubusercontent.com/22596587/204892613-de669625-cda6-49fb-915e-d41d08b8a98c.png)
![image](https://user-images.githubusercontent.com/22596587/204892676-2c4c7b2b-15dc-45ce-bf44-e9edb52947b5.png)

To use it, either use the template attached, or make a WPF Window and Inherit it from the `TrayWindow` from the package.
You can then add as many `UserControls` as you want.
You can jump between views by calling the `ViewSwitcher` static class.