Extended WPF Toolkit™ v3.5.1 Release Notes

Release Date: 2019-03-11 // about 5 years ago
  • What's new in v3.5.0?

    🚀 Released February 7, 2019

    🚀 v3.5.0 provides 26 bug fixes and improvements. 14 of them are for AvalonDock, the docking windows control. Also, the DataGrid control is now part of the Toolkit Plus for WPF. 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 v3.5.0 is available on NuGet as of February 7, 2019.

    .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: ...>)