What's new in v2.8 Community Edition? (Released May 6, 2016)
- Hot on the heels of last month's v2.7.0 update, v2.8.0 contains 23 bug fixes and improvements (See thecomplete list of improvements in v2.8.0).
- Plus Edition updated to v3.0 on April 5, 2016. 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. (Available as of May 11 2016.).NET Framework notes:
Requires .NET Framework 4.0, 4.5 or 4.6. 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/4.5/4.6
- 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: ...>)