Skip to content

Improvements in v4.4.0

XceedBoucherS edited this page Aug 12, 2022 · 1 revision

v4.4.0

Released August 22, 2022.

17 bug fixes and improvements

  • Toolkit's dlls now available for .NET5/.NET6 applications.
  • In AvalonDock, the NavigatorWindow no longer flickers when opened for the first time.
  • In AvalonDock, Belgian-Dutch culture is now supported.
  • In AvalonDock, docking a FloatingWindow in another FloatingWindow no longer doubles the header.
  • In AvalonDock, canceling the closing of a LayoutAnchorable now keeps its content visible.
  • In AvalonDock, floating a LayoutContent contained in a Pane, which itself is contained in a group, now removes the unused panes/groups to resize the remaining pane/groups in the layout using the leftover space.
  • In AvalonDock, setting FloatingWidth or FloatingHeight on a LayoutContent inside the FloatingWindows.CollectionChanged callback now uses those new values for the floating window that is about to pop-up.
  • In AvalonDock, an invalidOperationException is no longer thrown after floating and maximizing LayoutAnchorables/LayoutDocuments and closing the main Window.
  • In CheckComboBox, the AllItemsSelectedContent property, inherited from Xceed.Wpf.Toolkit.Primitives.SelectAllSelector, is now available to get/set the content of the Text property when all items are checked.
  • In DateTimePicker, a new property, called AutoCloseCalendarOnTimeSelection, can now be used to automatically close the Calendar popup when a new time selection is made.
  • In DateTimePicker, the new TimePickerTimeListItemsStyle property now allows to get/set the style of the TimeListItems objects found in the DateTimePicker’s TimePicker control.
  • In TimePicker, the new TimeListItemsStyle property now allows to get/set the style of the TimeItems objects.
  • In DoubleUpDown, using FormatString and modifying the numerical part no longer removes the decimal part.
  • In NavigatorWindow, two new properties, LayoutAnchorablesLabel and LayoutDocumentsLabel, are now available to get/set the labels representing the NavigatorWindow’s active layout anchorables and layout documents.
  • In SelectAllSelector, a new property, called AllItemsSelectedContent, is now available to get/set the content of the Text property when all items are checked.
  • In TimeSpanUpDown, a new property, called ShowHours, is now available to hide/show the hours.
  • In the WatermarkComboBox control, the WatermarkBackground property can now be used to get/set the control's background color.

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