Project Description
WPF Contrib is a community-developed library of controls and utilities for WPF.
The goal is to create a stable, reusable library of classes that you can (and should) use in every WPF application you build. If you're interested in contriburing, please contact aelija (via gmail) or using the CodePlex contact page.
What's New
- Bragi has joined the project, bringing 3 new controls (see "Coming soon" below.)
- If anyone experienced problems running the TaskDialog demo page, a fix has been released.
What's in the Project
Comming soon: Released:
- Controls: NotifyIcon, ImageStrip, NineGridBorder
- Panels: AutoGrid, ColumnStackPanel
- Converters: DarkColorConverter, LightColorConverter, FormattedTextConverter
- Dialogs: FolderBrowserDialog, TaskDialog
- Utilities: BindingHelpers, ColorHelpers, DependencyHelpers, AnimationHelpers, UIHelpers
- Animation: Animation Framework
- Themes
- Demo project for most of the above
Technical Stuff
- The CLR namspace for the library is Avalon.Windows. Kind of nostalgic. :)
- The namespace URI for XAML is currently "http://schemas.codeplex.com/wpfcontrib/xaml/presentation". If you have a better suggestion, you're more than welcome to make it.
- The project is built using VS 2008, compiled using C# 3.0 but does not utilize any .NET 3.5 libraries (e.g. the System.Core assembly). The reason is that people already programming in WPF could use the library immediately.
|