Updated BarComboBox to commit the current previewed item on mouse clicks outside of the popup.
Updated control templates to better propagate font family and size to ItemsControls with popups.
Updated button click handlers to perform InvocationFocusBehavior logic before processing the click.
Updated BarPopupButtonBase to work around a possible cached Foreground issue in TextBlocks on the popup that can occur after theme changes.
Updated automatic Label property generation on controls to not occur when the Label is an empty string.
Shared
Added the TrustedCodeService class that manages dynamic loading of types in a secure-by-default manner. This change may be potentially breaking for certain rarely used features, so it's important to review the related documentation for details.
修正
Shared
Removed a MaxLines setter in EmbeddedTextBox's default style, as it seemed to cause a minor layout issue in some scenarios.
Actipro Bars for WPF 25.1.32026年1月22日
機能
Improved UI Automation for BarComboBox.
Updated RibbonViewModel to synchronize the SelectedItem property with the Tabs collection by always selecting the first tab when no selection is currently defined or the previous selection is removed.
Updated some bar controls to use a new resource brush for focused borders.
修正
Fixed InvalidOperationException that might be thrown when using a background thread to change properties of the selected item in a BarComboBox.
Fixed a rare issue with a Ribbon using simplified layout where some non-Bars controls might not render in the ribbon if the RibbonGroup was collapsing.
Shared
Fixed a rare exception that might be thrown from InfoBarPanel due to a negative calculated width of the center column.