1 changed files with 18 additions and 0 deletions
@ -0,0 +1,18 @@ |
|||
## <a id="Community451"></a>v4.5.1 |
|||
|
|||
_Released August 15, 2023._ |
|||
|
|||
**7 bug fixes and improvements** |
|||
|
|||
* In CheckComboBox, a new property, called IsAllItemsSelectedContentActive, can now be used to display the value of the AllItemsSelectedContent property or a concatenation of the selected items. |
|||
* In AvalonDock, re-docking a unique LayoutAnchorable who is a child of a LayoutAnchorablePane from which it was floated no longer creates a LayoutDocument. |
|||
* In AvalonDock, verifications have been added to prevent NullRefExceptions when deserializing a layout or closing a window. |
|||
* In DateTimePicker, the OverflowException is now shallowed to prevent the application from crashing when storing and selecting values greater than the allowed capacity (Int32). |
|||
* In MessageBox, the icons will now appear as expected when using .NET5+. |
|||
* In NumericUpDowns, the incrementation related to the ValuedChanged event that is triggered by clicking on a Spinner control is now done before the Spinned event is raised. |
|||
* In Wizard, using a DataTrigger in a Style in order to set the CurrentPage property will now update this CurrentPage property properly. |
|||
|
|||
We hope you love this release and decide to support the project by getting a license to Xceed Toolkit Plus for WPF. |
|||
-- Xceed Team |
|||
|
|||
----- |
|||
Loading…
Reference in new issue