Actipro WPF Essentials 24.1.5
Released: Mar 18, 2025
Actualizaciones en 24.1.5
Características
- Bars
- Added the BarControlService.DefaultImageStretchDirection property that can be set at app startup to alter the default DownOnly image stretch direction used by controls.
- Added the RibbonViewModel.IsOptionsButtonVisible property.
- Updated controls that use external headers to remeasure RibbonControlGroup properly when the label or small image properties are changed.
- Updated the Ribbon's default Margin.
- Updated BarsCloneService to support cloning properties whose values were assigned using dynamic resources.
- Updated BarComboBox to use weak event handlers for monitoring changes in the selected item.
- Updated editable BarComboBox controls with long text to scroll to the text start on focus loss.
- Docking
- Updated Shift+Esc within a ToolWindowContainer to execute the container's Close command.
- Updated DockHost size change handling logic.
- Updated drag-to-float logic for tool window tabs with RTL flow direction to better align the floating window position with the pointer position.
- Updated StandardSwitcherItem to have a default style.
- Editors
- Added the AutoCompleteBox.UsageContext property that can be used to apply a style consistent with a toolbar or menu context.
- Themes
- Updated the native ComboBox template to prevent a possible mouse issue in scenarios where the popup animates upward.
- Updated the native ComboBoxItem template to make highlight rendering more consistent.
- Shared
- Updated EmbeddedTextBox select all on focus logic to keep long text scrolled to the start.
Correcciones
- Shared
- Fixed an issue where DynamicImage might not resolve the proper DPI scale when first displayed in high-DPI scenarios.