Skip to content

copy of the wpf toolkit from codeplex with a bugfix and a feature enhancement

Notifications You must be signed in to change notification settings

zjp1907/wpftoolkit

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

4 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

wpftoolkit -- some stuff that ended up in .NET 4

DESCRIPTION

wpftoolkit is an abandoned bit of source code from microsoft which ran on .NET 3.5. Much of it has been incorporated into .NET4. It is still of interest to anyone who must continue to support .NET 3.5. Of most interest is the DataGrid control which was missing when WPF first launched and the View State Manager (VSM) that is in 4.0 and used in Silverlight.

#Do not confuse wpftoolkit with the wpf extended toolkit.

INSTALLATION

The best way to install WPF Toolkit is to download the zip file from codeplex.

The Feb2010 codeplex release has some known bugs and some limited features, if you need those bugs fixed or to use added features you will need to build from source. Clone from github and build.

RUNNING

  • Add reference to the wpftoolkit.dll assembly in your project.
  • Add import the toolkit xml namespace into your xaml. I like to use the toolkit alias. xmlns:toolkit="http://schemas.microsoft.com/wpf/2008/toolkit"
  • Use controls < toolkit:DataGrid > ... < /toolkit:DataGrid >

REPO STRUCTURE

I'd like to document this, but I don't really understand it since it is just a copy from wpftoolkit source release.

API DOCUMENTATION

See the xml build artifact and the wpf.codeplex.com documentation.

CONTRIBUTE

If you'd like to hack on wpftoolkit or have your own bugfixes, start by forking my repo on GitHub:

http://github.com/jrwren/wpftoolkit

The best way to get your changes merged back into core is as follows:

  1. Clone down your fork
  2. Create a thoughtfully named topic branch to contain your change
  3. Hack away
  4. If you are adding new functionality, document it in the README.md
  5. Do not change the version number, I will do that on my end
  6. If necessary, rebase your commits into logical chunks, without errors
  7. Push the branch up to GitHub
  8. Send a pull request to the project.

About

copy of the wpf toolkit from codeplex with a bugfix and a feature enhancement

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • C# 100.0%