Xceed Toolkit Plus for WPF V4.5 (Build: 4.5.23158.14510)
Released: Apr 3, 2023
Mises à jour de V4.5 (Build: 4.5.23158.14510)
Fonctionnalités
- DateTimeUpDown.TryParseDateTime() is now a protected virtual method.
- Chart:
- Added a new Area.GridBackgroundTemplate property that can be used to set a background in the grid-only part of a chart's area.
- ExtendedTabControl:
- Added a new AddTabEvent event, added for when a new TabItem is added in the control.
- Added a new RemoveTabEvent event that is raised when a TabItem is removed from the control.
- It is now possible to add items of a custom type using the ItemsSource.
Correctifs
- When getting the DLLs from NuGet, the "wrong package" warning that appeared for System.Drawing.Common no longer appears.
- AvalonDock:
- The DockingManager.PreviewDock & DockingManager.Docked events are now raised properly when docking from a LayoutContent.
- A NullReferenceException is no longer thrown when opening a LayoutDocument as a floating window.
- Chart:
- The graduation of Ticks no longer increments until a maximum value is reached when Axis' LabelDecimalCount property is used.
- The Ticks will no longer be displayed off the Chart when the range starts below 0 and ends over 0.
- CheckComboBox and CheckListBox:
- The Command is now executed when SelectAll or UnSelectAll is used.
- ExtendedTabControl:
- An IndexOutOfRangeException is no longer thrown when the ItemsSource property or the Items collection are modified.
- NumericUpDowns:
- An invalid numeric value is no longer set on the NumericUpDown when extra numeric values are added with the keyboard while a FormatString includes special characters like %.
- PropertyGrid:
- Setting the IsReadOnly property to true no longer collapses the expanded categories when the ExpandedCategoryAttribute is set to false and the categories are expanded using either code or the mouse.
- The order of the categories will now be respected when using CategoryOrder attributes in tandem with the CategoryPropertyOrder attribute.
- The values of the NumericUpDowns are now displayed correctly by UIAutomation.
- All the properties will now be displayed properly when using the categorized mode in .NET 7.
- TokenizedTextBox:
- Exceptions are no longer raised when text is pasted.
- WatermarkComboBox:
- The focus highlight is now showed as expected when hovering over the control.