Xceed Toolkit Plus for WPF V4.7 (Build: 4.7.25103.5738)
Released: Feb 3, 2025
V4.7 (Build: 4.7.25103.5738) での更新項目
機能
- All the Toolkit’s controls are now compatible with .NET 9.
- InputBase
- A new property, called CaretBrush, allows to set the color of the caret brush used by the DateTimePicker, DateTimeUpDown, NumericUpDown, TimeSpanUpDown and TimePicker.
- CheckComboBox
- A new property, called Watermark, allows to set a Watermark in the CheckComboBox.
- A new property, called WatermarkTemplate, allows to set a template for the CheckComboBox’s Watermark.
- MaskedTextBox
- A new property, called RawText, now gives access to the TextBox’s raw content.
- A new property, called Watermark, allows to set a Watermark in the MaskedTextBox.
- A new property, called WatermarkTemplate, allows to set a template for the MaskedTextBox’s Watermark.
- AvalonDock
- A LayoutAnchorable will now move back to its previous position when undocked and then docked via the options in the context menu.
- DockingManager
- A new event, called LayoutFloatingWindowControlCollectionChanged, allows to get notifications when the collection of LayoutFloatingWindowControl changes.
- PropertyGrid
- The CategoryOrder will now be respected when using the LocalizedCategory attribute.
- Properties of type List<decimal> or IList<decimal> will now use the PrimitiveTypeCollectionEditor instead of the CollectionEditor.
不具合の修正
- AvalonDock
- Floating a window no longer displays it behind the main app’s window.
- 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.
- Chart
- An ArgumentException will no longer be thrown when the Chart’s axis points are set to zero.
- CheckComboBox
- Clicking the SelectAll option no longer throws a NullRedException when the ItemsSource is a collection of enum values.
- Modifying the SystemParameters.VerticalScrollBarWidthKey no longer affects the DropDownButton size.
- ColorPicker
- Setting the AvailableColorsSortingMode to HueSaturationBrightness no longer creates binding errors when the ColorPicker is in a Popup.
- The ExtentedTabControl no longer throws an ArgumentOutOfRangeException when TabItems are removed.
- IWatermarkPassworkBox
- The softKeyboard now appears as it should when the control is touched in touch screen apps.
- PropertyGrid
- The NotSupportedException is no longer thrown when the SelectedContent is a Dictionary of (int, object).