Initial commit

This commit is contained in:
2023-04-07 14:55:19 -04:00
commit dedffd77a1
11 changed files with 1158 additions and 0 deletions

19
README.md Normal file
View File

@@ -0,0 +1,19 @@
# ChrisKaczor.Wpf.Controls.Toolbar
WPF controls that provide extra buttons for the WPF toolbar control.
## Authors
* **Chris Kaczor** - *Initial work* - https://github.com/ckaczor - https://chriskaczor.com
## License
This project is licensed under the MIT License - see the [LICENSE.md](LICENSE.md) file for details.
## Credits
SplitButton code from Huy Pham at: http://huydinhpham.blogspot.com/2008/09/wpf-drop-down-and-split-button.html
## Disclaimer
This code is used by my various personal projects and may not be useful or work in all use cases.