Actipro Docking & MDI for WPF 新版本發表

Released: Sep 11, 2023

23.1.3 中的更新

修補程式

  • 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

23.1.0 中的更新

特性

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

Released: Apr 4, 2023

22.1.5 中的更新

特性

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

修補程式

  • 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 where activating a...

Released: Nov 11, 2022

22.1.4 中的更新

特性

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

Released: Sep 8, 2022

22.1.3 中的更新

特性

  • 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

22.1.2 中的更新

特性

  • 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 method that can...

Released: Mar 15, 2022

22.1.1 中的更新

特性

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

修補程式

  • 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

22.1.0 中的更新

特性

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

Released: Jul 9, 2021

21.1.2 中的更新

特性

  • Added the TabbedMdiHost.MinTabExtent and MaxTabExtent properties that determine the size range of all tabbed MDI tabs.
  • Improved a couple of splitter visualization features.
  • Improved tab rendering for high-DPI scenarios.
  • Updated focus handling within the StandardSwitcher to better support screen readers.
  • Updated StandardSwitcher items to use document window filenames as UIA help text.
  • Updated the DockSite.WindowsDragged event to fire after related layout changes have fully completed.
  • Changed...

Released: Mar 8, 2021

21.1.1 中的更新

修補程式

  • Fixed a bug where referencing the NuGet packages in projects that used packages.config would also incorrectly reference the design-time assemblies.