diff --git a/Improvements-in-v3.5.0.md b/Improvements-in-v3.5.0.md index 69ed0fa..dc497cb 100644 --- a/Improvements-in-v3.5.0.md +++ b/Improvements-in-v3.5.0.md @@ -432,6 +432,39 @@ _Released to registered users of the Plus Edition on February 4, 2022._ * In RichTextBoxFormatBar, the font family ComboBox now displays formatted fonts. * The Toolkit now offers a new LiveExplorer, which is themed with the new MaterialDesign theme. This LiveExplorer allows to explore the different Toolkit controls. +## v4.4 Plus Edition + +_Released to registered users of the Plus Edition on May 14, 2022._ + +**26 improvements and bug fixes** + +* 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. +* In AvalonDock, setting CacheDocumentTabItems/CacheAnchorablesTabItems to true and floating the last LayoutDocument/LayoutAnchorable no longer displays empty content when the LayoutDocument/LayoutAnchorable is docked back. +* In Charts Axis, an exception is no longer thrown when ScaleMode is set to Manual and LabelsType is set to DateTime. This is because the ChartAxisView sample was adjusted to force ScaleMode to Automatic when LabelsType uses the DateTime DataPoints format. +* In DateTimePicker, a Today button has been added on the calendar in order to set the selected date to the current date. Two new properties, called TodayButtonContent and TodayButtonVisibility, have also been added to get/set the button’s content and visibility. +* In ExtendedTabControl, a new property, called PreviousNextButtonsPosition, can now be used to get or set the positions of the Previous/Next Tab buttons. +* In MaterialDesign LiveExplorer, the DataGrid now defines a value for BorderThickness so that the boundaries of the DataGrid’s border can be seen. +* In MaterialDesign Theme, all PropertyGrid UpDowns editors now use a default value for their height to avoid changing the height of PropertyItems on mouseover. +* In Metro Theme, the DropDownButtonContent now displays its default content when a DateTimePicker/TimePicker/CalculatorUpDown control is used in AvalonDock and a CacheDocumentTabItems/CacheAnchorableTabItems is set to true. +* In PropertyGrid, 2 new events, CategoryExpanded and CategoryCollapsed, are now raised when a category is respectively expanded or collapsed. +* In WindowControl, MessageBox and StyleableWindow controls, a new property, called TitleAlignment, can now be used to get/set the horizontal alignment of the controls’ title. + We hope you love this release and decide to support the project by getting a license to Xceed Toolkit Plus for WPF. -- Xceed Team