Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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: about 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 (almost 10 years ago)
- Default Branch: main
- Last Pushed: 2022-06-24T08:39:33.000Z (over 2 years ago)
- Last Synced: 2024-04-29T00:33:42.648Z (8 months 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.
Originally hosted on CodePlex.Few articles about some of the items in the library can be found on my blog (http://arbel.net/tag/wpfcontrib/).
## How to get it
NuGet: https://www.nuget.org/packages/AvalonLibrary## What's in the Project
* Controls: NotifyIcon, ImageStrip, NineGridBorder, InlineModalDialog, InlineModalDecorator
* Panels: AutoGrid, ColumnStackPanel
* Behaviros: 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