Xceed Toolkit Plus for WPF V4.6
Released: Oct 25, 2023
V4.6 中的更新
特性
- Added new FluentDesign theme.
- When scrolling vertically, the ExtendedTabControl no longer changes width based on the content of its TabItems. Instead, the TabItems' widths are now automatically resolved using the width of the TabItem with the largest entry.
- LiveExplorer:
- Interactive examples have been added to show how controls are affected by the FluentDesign theme.
- Screenshots have been added to show how controls are affected by the FluentDesign theme.
- CheckComboBox:
- Added a new property, called IsAllItemsSelectedContentActive, which can now be used to display the value of the AllItemsSelectedContent property or a concatenation of the selected items.
修補程式
- The Microsoft .NET Core version of this component is no longer supported.
- AvalonDock:
- The titles of floating LayoutAnchorables will now be displayed properly when AvalonDock is used with the MaterialDesign theme.
- Re-docking a unique LayoutAnchorable who is a child of a LayoutAnchorablePane from which it was floated no longer creates a LayoutDocument.
- Verifications have been added to prevent NullRefExceptions when deserializing a layout or closing a window.
- DateTimePicker:
- The OverflowException is now shallowed to prevent the application from crashing when storing and selecting values greater than the allowed capacity (Int32).
- MessageBox:
- The icons will now appear as expected when using .NET 5+.
- 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.
- Wizard:
- Using a DataTrigger in a Style in order to set the CurrentPage property will now update this CurrentPage property properly.