Skip to content

Improvements in v4.6.1

XceedBoucherS edited this page Jul 5, 2024 · 1 revision

v4.6.1

Released July 5, 2024.

7 bug fixes and improvements

  • All the assemblies which used to contain "NET5" in their name no longer do so. They are now named in the same manner as their NET Framework equivalent, but are put into their own folder. The use of generic names is a decision that was made in order to avoid having to rename files each time that Microsoft changes the NET technology; this means that these assemblies can now be used with NET5 as well as all subsequent versions of the NET technology that Xceed will support.
  • Floating a LayoutElement when AvalonDock is used under a different application domain no longer causes AvalonDock to crash.
  • In DateTimePicker, having multiple DateTimePicker will no longer create memory leaks.
  • In PropertyGrid, creating a binding on the PropertyDefinitions property no longer displays an empty PropertyGrid when that PropertyGrid is located inside a DataTemplate.
  • In PropertyGrid, a Property of the IList<> type will now use the PrimitiveTypeCollectionEditor instead of the CollectionEditor.
  • In TimeSpanUpDown, setting properties when the control is located inside a DataTemplate no longer results in an empty TimeSpanUpDown.
  • In Wizard, the error validation process is now re-evaluated on every change of the WizardPage.

We hope you love this release and decide to support the project by getting a license to Xceed Toolkit Plus for WPF. -- Xceed Team


Clone this wiki locally