Skip to content

Extended WPF Toolkit - v4.0.0

Compare
Choose a tag to compare
@XceedBoucherS XceedBoucherS released this 26 Jun 18:12
· 44 commits to master since this release
40d4097

What's new in v4.0.0?

Released June 26, 2020

v4.0.0 provides 46 bug fixes and improvements. Major upgrade to the docking windows control (AvalonDock) with 27 specific improvements. Increased performance for the CheckComboBox with large items source. Starting at v4.0.0, the Extended WPF Toolkit is provided under the Xceed Community License agreement(for non-commercial use). Check out the Plus Edition for more controls, features, and to get your hands on upcoming releases earlier.

Want an easier way to install Extended WPF Toolkit?

Extended WPF Toolkit v4.0.0 is available on NuGet as of June 26, 2020.

.NET Framework notes:

Requires .NET Framework 4 an up.

Instructions for using the Extended WPF Toolkit binaries:

  • Install .NET Framework 4 and up
  • 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: ...>)