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: 8 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 (about 11 years ago)
- Default Branch: main
- Last Pushed: 2025-02-15T21:02:15.000Z (over 1 year ago)
- Last Synced: 2025-09-30T22:41:28.826Z (9 months ago)
- Topics: netcore, wpf, wpf-controls
- Language: C#
- Size: 432 KB
- Stars: 132
- Watchers: 11
- Forks: 37
- 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