Actipro WPF Essentials 22.1.4
Released: Nov 11, 2022
Mises à jour de 22.1.4
Fonctionnalités
- Docking
- Added support for restricting floating dock host maximum size when appropriate if contained docking windows have ContainerMaxSize set.
- Added a protected virtual DockSite.NotifyWindowDragMove method that is called as the pointer drags any set of docking windows around.
- Improved support for dragging docking windows to nested linked dock sites.
- Updated floating dock hosts that contain a single ToolWindowContainer to use the selected ToolWindow's Title as their title.
- Updated the AdvancedTabItem template to bind to the HeaderTemplateSelector property.
- Navigation
- Updated ZoomContentControl's zoom-to-region rubber band to render in a light color when in a dark theme.
- Updated ZoomContentControl's cursors to have better contrast in dark themes.
- Themes
- Updated WindowChrome to tell the system which border color to use when Microsoft Windows renders the window border, ensuring border color consistency between Windows versions.
- Shared
- Updated logic for determining maximum popup height.
- Updated VisualTreeHelperExtended logic to better guard against non-Visual source arguments.
- Updated WindowChrome to better support the Window.MaxWidth and MaxHeight properties.
Correctifs
- Docking
- Fixed an issue where a StandardSwitcher might not receive key up events from interop controls when InteropFocusTracking is used.
- Fixed a couple issues introduced in the previous build related to using the Float command on a tool window currently in MDI.
- Editors
- Fixed an issue where MaskedTextBox mask character classes ending in a hyphen were sometimes parsed as an incomplete range.
- Themes
- Fixed an issue introduced in the previous build where some keys were getting consumed incorrectly in open menus.
- Shared
- Fixed an issue where ImageConverter didn't support DrawingImage values.
- Fixed an issue introduced in the previous build where WindowChrome used on systems prior to Windows 8.1 could throw an exception.
- Fixed an issue where AdvancedTextBlock's HighlightForeground color might be coerced even though a contrasting HighlightBackground has been set.