diff --git a/Improvements-in-v3.5.0.md b/Improvements-in-v3.5.0.md index 4397c1f..9cc0d2d 100644 --- a/Improvements-in-v3.5.0.md +++ b/Improvements-in-v3.5.0.md @@ -557,6 +557,34 @@ _Released to registered users of the Plus Edition on March 4, 2024._ * In Wizard, the error validation process is now re-evaluated on every change of the WizardPage. * In DataGrid, the Columns’ PreviousVisibleColumn property no longer triggers an exception. +## v4.7.0 Plus Edition + +_Released to registered users of the Plus Edition on February 3, 2025._ + +**21 improvements and bug fixes** + +* All the Toolkit’s controls are now compatible with .NET9. +* In Chart, an ArgumentException will no longer be thrown when the Chart’s axis points are set to zero. +* The ExtentedTabControl no longer throws an ArgumentOutOfRangeException when TabItems are removed. +* In InputBase, a new property, called CaretBrush, allows to set the color of the caret brush used by the DateTimePicker, DateTimeUpDown, NumericUpDown, TimeSpanUpDown & TimePicker. +* In CheckComboBox, a new property, called Watermark, allows to set a Watermark in the CheckComboBox. +* In CheckComboBox, a new property, called WatermarkTemplate, allows to set a template for the CheckComboBox’s Watermark. +* In MaskedTextBox, a new property, called RawText, now gives access to the TextBox’s raw content. +* In MaskedTextBox, a new property, called Watermark, allows to set a Watermark in the MaskedTextBox. +* In MaskedTextBox, a new property, called WatermarkTemplate, allows to set a template for the MaskedTextBox’s Watermark. +* In AvalonDock, a LayoutAnchorable will now move back to its previous position when undocked and then docked via the options in the context menu. +* In AvalonDock, floating a window no longer displays it behind the main app’s window. +* In AvalonDock, pressing the Shift + F10 keys will no longer raise a “not a Visual or Visual3D” exception. +* AvalonDock no longer throws an InvalidOperationException when deserializing XML containing self-closed tags. +* In CheckComboBox, clicking the SelectAll option no longer throws a NullRedException when the ItemsSource is a collection of enum values. +* In CheckComboBox, modifying the SystemParameters.VerticalScrollBarWidthKey no longer affects the DropDownButton size. +* In ColorPicker, setting the AvailableColorsSortingMode to HueSaturationBrightness no longer creates binding errors when the ColorPicker is in a Popup. +* In DockingManager, a new event, called LayoutFloatingWindowControlCollectionChanged, allows to get notifications when the collection of LayoutFloatingWindowControl changes. +* In PropertyGrid, the CategoryOrder will now be respected when using the LocalizedCategory attribute. +* In PropertyGrid, properties of type List or IList will now use the PrimitiveTypeCollectionEditor instead of the CollectionEditor. +* In PropertyGrid, the NotSupportedException is no longer thrown when the SelectedContent is a Dictionary of (int, object). +* In WatermarkPassworkBox, the softKeyboard now appears as it should when the control is touched in touch screen apps. + We hope you love this release and decide to support the project by getting a license to Xceed Toolkit Plus for WPF. -- Xceed Team