Skip to content

Latest commit

 

History

History
18 lines (14 loc) · 791 Bytes

README.md

File metadata and controls

18 lines (14 loc) · 791 Bytes

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.

NuGet

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