What's new in v2.3 Community Edition? (Released Oct 7, 2014)
- 25 bug fixes, not counting the major update to the datagrid control (See the complete list of improvements in v2.3.0).
- Updated Live Explorer app available online as a Click Once app. Try it now!
- Plus Edition now on sale at $149.95 for a limited time. Support the project, and get more features.
Want an easier way to install the Extended WPF Toolkit?
The Extended WPF Toolkit is available on Nuget. (To be uploaded the week of Oct. 13 2014).NET Framework notes:
Requires .NET Framework 4.0 or 4.5. A build for .NET 3.5 is available but also requires the WPFToolkit to be installed.Instructions for using the Extended WPF Toolkit binaries:
- Install .NET Framework 4.0 or 4.5
- Download the ExtendedWPFToolkit_Binaries
- Right-click ExtendedWPFToolkit_Binaries.zip -> Properties -> Unblock
- Unzip the ExtendedWPFToolkit_Binaries.zip
- Add a using statement ("using Xceed.Wpf.Toolkit;") to the top of .cs files
- Add a new xmlns (for example, xmlns:xctk="http://schemas.xceed.com/wpf/xaml/toolkit") to the top of XAML files
- In your XAML, use the namespace prefix (in the above example, <xctk: ...>)