https://github.com/aelij/wpfcontrib
A collection of WPF controls and utility classes I've accumulated over the years.
https://github.com/aelij/wpfcontrib
netcore wpf wpf-controls
Last synced: 2 months ago
JSON representation
A collection of WPF controls and utility classes I've accumulated over the years.
- Host: GitHub
- URL: https://github.com/aelij/wpfcontrib
- Owner: aelij
- License: mit
- Created: 2015-03-19T07:55:06.000Z (over 10 years ago)
- Default Branch: main
- Last Pushed: 2022-06-24T08:39:33.000Z (almost 3 years ago)
- Last Synced: 2024-04-29T00:33:42.648Z (about 1 year ago)
- Topics: netcore, wpf, wpf-controls
- Language: C#
- Size: 427 KB
- Stars: 127
- Watchers: 11
- Forks: 36
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# WPF Contrib
A collection of WPF controls and utility classes I've accumulated over the years.Articles about the library can be found [on my blog](http://arbel.net/tag/wpfcontrib/).
[](https://www.nuget.org/packages/AvalonLibrary)
## What's in the library
* Controls: NotifyIcon, ImageStrip, NineGridBorder, InlineModalDialog, InlineModalDecorator
* Panels: AutoGrid, ColumnStackPanel
* Behaviors: ListItemMoveBehavior
* Converters: DarkColorConverter, LightColorConverter, FormattedTextConverter
* Dialogs: FolderBrowserDialog, TaskDialog
* Utilities: BindingHelpers, ColorHelpers, DependencyHelpers, AnimationHelpers, UIHelpers
* Animation: Animation Framework
* Themes
* Demo project for most of the above