Lancements d'Actipro Docking & MDI for WPF

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

Released: Sep 11, 2023

Mises à jour de 23.1.3

Correctifs

  • Fixed an issue where auto-hide tabs taps might not always display the related tool window when not using hosted popups.
  • Fixed an issue where a non-hosted auto-hide popup might not resize properly when the containing Window is resized.

Released: Apr 19, 2023

Mises à jour de 23.1.0

Fonctionnalités

  • Updated Microsoft .NET 5 targets to .NET 6 since .NET 5 is out of support. Users can continue to use Microsoft .NET Core 3.1 targets for .NET 5 applications.
  • Updated Microsoft .NET Framework 4.5.2 and 4.6.1 targets to .NET Framework 4.6.2 since it is the most recent supported version of .NET Framework.
  • Updated SyntaxEditor-related NuGet packages to properly support cross-platform .NET 6.0.
  • Updated all assemblies to be code-signed.
  • Improved docking window images to support...

Released: Apr 4, 2023

Mises à jour de 22.1.5

Fonctionnalités

  • Validated Microsoft .NET 7 compatibility.
  • Updated SyntaxEditor-related NuGet packages to properly support cross-platform Microsoft .NET 5.0.
  • Improved tool window-only layout deserialization logic for tool windows that will restore to tabbed MDI.

Correctifs

  • Fixed an issue that could occur when deserializing tool window-only layouts.
  • Fixed an issue where complex content on a newly-added AdvancedTabControl tab might prevent the tab from scrolling into view properly.
  • Fixed an issue...

Released: Nov 11, 2022

Mises à jour de 22.1.4

Fonctionnalités

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

Released: Sep 8, 2022

Mises à jour de 22.1.3

Fonctionnalités

  • Added a 'Float All' menu item to tabbed MDI tabs, which floats all docking windows in the container together.
  • Improved the target dock host hit-test logic.
  • Improved focus tracking related to WebView2 controls.
  • Increased the default TabbedMdiHost.MaxTabExtent width, and added remarks to its API documentation.
  • Updated tool window-only layout deserializations to not clear lazy-load data for document windows.

Released: May 27, 2022

Mises à jour de 22.1.2

Fonctionnalités

  • Improved floating dock hosts to include their primary document's title in the containing Window's title bar text. This allows floating documents to be identified easier in the Microsoft Windows taskbar and when using Alt+Tab.
  • Added new DockSite.ActivateNextTab and ActivatePreviousTab methods, which are called by new Ctrl+PgDn and Ctrl+PgUp keyboard shortcuts respectively.
  • Added new DockSite.FloatingWindowTitleDelimiter property and the virtual DockSite.GetFloatingDockHostTitle...

Released: Mar 15, 2022

Mises à jour de 22.1.1

Fonctionnalités

  • Improved Microsoft Visual Studio 2022 designer support.
  • Improved an exception message for a particular layout deserialization scenario.
  • Improved support for DockingWindow.ContainerMinSize to influence the minimum size of floating document windows.

Correctifs

  • Updated focus logic to work around a exception in WebView2 that can occur when trying to focus one in a certain scenario.

Released: Dec 13, 2021

Mises à jour de 22.1.0

Fonctionnalités

  • Improved how focus is applied to TreeListBox controls when a docking window is activated.
  • Validated Microsoft .NET 6 compatibility.
  • Added Microsoft .NET 5 variations of the product assemblies to the NuGet feeds.