WPF Toolkit - June 2009 Release

 Downloads & Files



Application WPFToolkitBinaries
application, 1423K, uploaded Jun 23  - 2782 downloads
Source Code WPFToolkitBinariesAndSource
source code, 1820K, uploaded Jun 25  - 1853 downloads

Release Notes

What's new in the WPF Toolkit June 2009 Release?

  • Chart Controls - Release notes and sample application available here
  • Bug fixes for common issues, including:
    • DataGrid.DeleteCommand requires a current cell (as reported here)
    • DataGridColumn DisplayIndex ArgumentOutOfRange exception (as reported here)
    • DatePicker IsEnabled=False does not gray out (as reported here)
    • DatePicker Enter, Escape, and Spacebar inputs do not correctly commit/cancel edits and close the popup
    • VSM steady state animations fail to run

Also new in the June release, we are introducing the concept of Quality Bands to rate the quality of the controls and features in the release.
  • Components in the Stable Quality Band
    • DataGrid
    • DatePicker
    • Calendar
    • VisualStateManager
  • Components in the Preview Quality Band
    • Chart Controls

Notes/Documentation

You may also be interested in the following resources:
Note: If after installing the June Update you encounter issues with the Toolkit controls in the Visual Studio Toolbox, please right-click on the Toolbox and select “Reset Toolbox.”

Note: The source code solution for the Chart Controls design time will only build if you have both Expression Blend and Visual Studio (with the Visual Studio Designer for WPF) installed. This is because the Chart controls are dependent on some design time assemblies which are included with those programs. More information available here.

Installation and Usage Instructions

Please note: The WPF Toolkit is dependent on .NET Framework 3.5 SP1. You must install .NET Framework 3.5 SP1 in order to use any features in the Toolkit.

Instructions for using the WPF Toolkit binaries:
  1. Install .NET Framework 3.5 SP1
  2. If you have a previous version of WPF Toolkit installed, uninstall it through the Remove Programs dialog on the Control Panel (look for "WPF Toolkit October 2008 (Version 3.5.31016.1)" or "WPF Toolkit January 2009 (Version 3.5.40128.1)" or "WPF Toolkit March 2009 (Version 3.5.40320.1)")
  3. Download the WPFToolkit_Binaries or WPFToolkit_BinariesAndSource
  4. Run the WPFToolkit.msi to install the WPFToolkit.dll and WPF Toolkit design time binaries to your Program Files folder
  5. Reference the binaries in your project:
    1. Reference WPFToolkit.dll in your project
    2. Add a using statement ("using Microsoft.Windows.Controls;") to the top of .cs files
    3. Add a new xmlns (for example, xmlns:toolkit="http://schemas.microsoft.com/wpf/2008/toolkit") to the top of XAML files
      1. Remember to use the namespace prefix (in the above example, <toolkit: ...>) in the body of your XAML
 Reviews for this release
 
 
 
 
 

Thanks a lot for your awesome work!
by Sevenate on Jun 25 at 9:53 PM 
 
 
 
 
 

Already seems much more stable than the last version, and general DataGrid performance is much better.
by rutt on Jun 25 at 6:17 PM 
 
 
 
 
 

Good stuff. Thanks for release. When will the Datagrid/DatePicker/Calendar be supported with WPF themes? Any new updates on releasing next Ribbon CPT?
by shaggygi on Jun 25 at 4:43 PM 
Updating...
© 2006-2009 Microsoft | About CodePlex | Privacy Statement | Terms of Use | Code of Conduct | Version 2009.6.1.15196