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: 2 months ago
JSON representation

A collection of WPF controls and utility classes I've accumulated over the years.

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/).

[![NuGet](https://img.shields.io/nuget/v/AvalonLibrary.svg?style=flat-square)](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