-
Notifications
You must be signed in to change notification settings - Fork 878
Improvements in v4.6.0
XceedBoucherS edited this page Jan 22, 2024
·
2 revisions
Released January 22, 2024.
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