Xceed Toolkit Plus for WPF V4.5
Released: Oct 5, 2022
V4.5 での更新項目
機能
- When using Microsoft Office 2007 themes, WatermarkComboBox now displays the selected item if the IsEditable property is set to true.
- AvalonDock:
- The DockingManager now includes four new events, called PreviewFloat, Floated, PreviewDock and Docked, which track the floating and docking process of a LayoutAnchorable or LayoutDocument.
- Hovering over the application's taskbar icon will now show all of the DockingManager’s floating windows along with the application's main window.
- When a Layout is floated and closed, its IsFloating property is now set to false.
- All of the parent's InputBindings are now used by the floating windows.
- Reloading an application that contains LayoutDocumentFloatingWindows now keeps the InputBindings active in the floating windows.
- DockingManager:
- Added a new property, called AllowMovingFloatingWindowWithKeyboard, which is now available to determine if a floating window control can be moved with the keyboard’s arrow keys or not.
- ExtendedTabControl:
- Added two new buttons, called AddButton and RemoveButton, in order to add or remove TabItems. Two new properties have also been added to get or set the buttons’ visibility.
- New properties have been added that allow you to get or set the TabItems’ minimum or maximum width and height.
- It is now possible to drag and drop between TabItems.
- LayoutFloatingWindowControl, LayoutAnchorableFloatingWindowControl and LayoutDocumentFloatingWindowControl:
- Added a new property, called ResizeBorderThickness, which can now be used to get or set the width of the border that is used to resize a floating window.
- PropertyGrid:
- Added a new editor, the CheckComboBoxEditor, which is now available for Enum properties that use "Flags".
- Using the SelectedObjectsOverride property with many items now loads the PropertyItems faster and then fills up their values.
- Using the mouse wheel over the vertical splitter that is located between the PropertyNames and PropertyValues now allows you to scroll vertically.
不具合の修正
- The DropDownButton no longer closes when the child ContextMenu is opened.
- AvalonDock:
- Floating LayoutAnchorables that are docked as tabbed documents now dock back properly into the DockingManager when it has no children.
- When floating, maximizing, and minimizing Layout windows, the FloatingHeight and FloatingWidth properties now return the correct values.
- Selecting a LayoutContent that has its Content property set to null will now properly select that LayoutContent.
- A LayoutAnchorable no longer docks to itself when docking a FloatingAnchorable that was floated from a LayoutDocumentPane where it was a unique child.
- Resetting the layout with a default file no longer throws a NullRefException.
- An exception is no longer thrown when undocking tabbed LayoutItems that are not contained in a DocumentPaneTabPanel.
- CollectionControl:
- Cancelling no longer removes child items from the Collection.
- DateTimePicker:
- An exception is no longer thrown when the calendar popup is opened.
- PropertyGrid:
- Using the SelectedObjectsOverride property along with the ShowTitle property set to false no longer displays the title before hiding it and creating a flicker.