Actipro WPF Studio 25.1.1

Released: Jul 31, 2025

25.1.1 中的更新

特性

Bars

  • Added missing gallery item brushes when in a high contrast theme.
  • Added the RibbonTabViewModel.IsEnabled property.
  • Added the RibbonBackstageTabViewModel.IsEnabled property.
  • Added the RibbonBackstageViewModel.CanSelectFirstTabOnOpen property.
  • Added a setter declaration to the IHasTag.Tag property.
  • Added IHasVariantImages interface implementation to any view model that had at least one SmallImageSource, MediumImageSource, or LargeImageSource property defined.
  • Added a BarGalleryBase.StaysOpenOnClick property that prevents focus from moving back to the main focus scope after a gallery item click.
  • Updated a popup BarMenuItem whose key tip is accessed to focus its first child menu item.
  • Updated KeyTipService to not start key tip mode when the mouse wheel is turned while Alt is initially held down.
  • Updated RibbonTabHeader to match the IsEnabled state of the corresponding RibbonTab.
  • Updated RibbonGroupLauncherButton.ContentTemplate to support glyph customization.
  • Updated menus with multiple sequential BarMenuSeparator controls to only render the first one.

Ribbon

  • Updated control templates to improve the rendering of disabled checked buttons.

Editors

  • Updated the Spinner control's Style to better support customization.

Grids

  • Updated TreeListBox tree lines to scroll horizontally when appropriate.
  • Updated the TreeListView header cell used for padding to not render a right-side border.

Shell

  • Updated the logic for executing shell context menu item commands.

SyntaxEditor Python Language Add-on

  • Python v3.11 Syntax Support:
    • The Python Language Add-on's parser previously only supported Python v3.9 syntax, which will be end of life later this year. 
    • The updates in this version added all the syntax updates in v3.10 (like pattern matching) and v3.11.
  • Source Location Display:
    • Paste versions have always displayed the source module path on IntelliPrompt popups. 
    • In some cases, customers didn't wish for this information to be available to end users.  A new option can prevent its display.
  • Field and Variable Docstrings:
    • Docstrings for fields and variables will now display in IntelliPrompt popups.

Docking/MDI

  • Auto-Hide Tab Middle Click Close:
    • Middle-clicking on an auto-hidden tool window tab can now close the tool window.

Themes

  • Improved the Slider control templates.

Shared

  • Refactored ResizablePopupContentHost to facilitate virtualization in some scenarios.
  • Updated UICommand*WindowText string resources to have underscores for menu item accelerator support, and added new UI*ButtonToolTip string resources for use with window title bar buttons.

修补程序

Shared

  • Fixed an issue where Avatar wasn't deriving initials for e-mail addresses properly.