Lancements d'Actipro Docking & MDI for WPF

Released: Mar 13, 2026

Mises à jour de 25.1.4

Fonctionnalités

  • Docking
    • Updated the background rendering of tinted tabs in light themes.
  • 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.

Correctifs

  • Docking
    • Fixed an exception that could be thrown when dragging to float an auto-hidden tool window with a certain configuration.
  • Shared
    • Removed a...

Released: Nov 6, 2025

Mises à jour de 25.1.2

Fonctionnalités

  • Updated the DockSite.DocumentItemsSource and ToolItemsSource properties to use weak event handlers for INotifyCollectionChanged.CollectionChanged events.
  • Updated StandardSwitcher item focus logic to work around a possible problem with DataGrid, when hosted within docking windows.
  • Improved the crispness of rendered rectangles.

Correctifs

  • Fixed an issue introduced in a previous build where dragging to float a docked window may not retain a similar size.
  • Fixed an issue where...

Released: Jul 31, 2025

Mises à jour de 25.1.1

Fonctionnalités

Docking & MDI

  • Added support to close auto-hide tool window tabs on middle-click.

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.

Correctifs

Shared

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

Released: May 14, 2025

Mises à jour de 25.1.0

Fonctionnalités

  • All
    • Added .NET assembly targets for .NET 8.
    • Updated .NET assemblies to target .NET 6 instead of .NET Core 3.1.
  • Tabbed MDI Single Tab Layout Behavior
    • Added a new option that allows for tabbed MDI tabs to be hidden when there is a single document in a container.
  • Tab Key Access
    • Updated access keys to jump directly to tabs based on their index number. 
    • The Ctrl+9 key will now jump to the last document in the tabbed MDI container, regardless of its index.
  • .NET Requirements
    • All...

Released: Mar 18, 2025

Mises à jour de 24.1.5

Fonctionnalités

  • 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.

Released: Dec 17, 2024

Mises à jour de 24.1.4

Fonctionnalités

  • Added the DockSite.FloatingToolWindowContainerTitleBarDoubleClickMode property that can be set to Dock to allow double-clicks on floating tool window containers to restore them to the primary dock host.
  • Updated auto-hide popups to ensure that a solid background color is used, even if the containing dock host has a transparent background.
  • Updated AdvancedTabControl to prevent base TabControl logic from processing unhandled Home/End key presses when focus is within a tab's content...

Released: Sep 10, 2024

Mises à jour de 24.1.3

Fonctionnalités

  • Added a Bars Integration sample showing how Ribbon and StandaloneToolBar can be used on a main Window without changing the active docking window when there are floating docking windows.
  • Added the DockSite.FloatingWindowOwnerMode property that can be set to Always to force floating windows with MDI to always remain on top of the main window.
  • Added UIA peers for scroll and overflow buttons within docking window containers.
  • Updated the tabbed MDI open documents menu to include...

Released: Apr 24, 2024

Mises à jour de 24.1.2

Correctifs

  • Fixed an issue where canceling the DockSite.MenuOpening event wouldn't prevent docking window tabs from showing a context menu.

Released: Feb 26, 2024

Mises à jour de 24.1.1

Fonctionnalités

  • Updated and added UIA peers for numerous controls to better support accessibility updates in .NET 8.
  • API documentation is now based on assemblies that target Microsoft .NET 6 (previously .NET Framework).
  • The Sample Browser application included with the installer will now multi-target .NET Framework 4.6.2 and .NET 6.
  • Removed official support for Microsoft Visual Studio 2017 although users should still be able to continue using the IDE for their own applications. Sample Browser...

Released: Dec 5, 2023

Mises à jour de 23.1.4

Fonctionnalités

  • Improved auto-hide popup container measurement logic.
  • Improved logic for tracking the last-focused dock host when dealing with interop controls.
  • Updated double-clicks on floating tool window container title bar icons to execute close functionality.
  • Updated DockSiteLayoutSerializer.CanKeepExistingDocumentWindowsOpen processing to not keep a document open if the deserialized layout data specifies it to be closed.

Correctifs

  • Fixed an issue where rebuilding DockSite containers in...