Actipro Docking & MDI for WinForms Releases

Released: Feb 22, 2024

Updates in 24.1.0

Features

  • API documentation is now based on assemblies that target Microsoft .NET 6 (previously .NET Framework).
  • The Sample Browser application included with the installer has changed target from .NET Framework 4.7.2 to .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 requires Visual Studio 2019 or newer.
  • Added new Visual Studio Blue color scheme and modern Visual Studio...

Released: Dec 4, 2023

Updates in 23.1.3

Fixes

  • Fixed possible NullReferenceException that might be thrown in rare scenarios when dragging windows.

Released: Sep 11, 2023

Updates in 23.1.2

Fixes

  • Fixed possible cross-thread exception that might be raised when invalidating elements if a UIRenderer property was changed on a different thread than the one that created the control.
  • Fixed an issue where dragging a tool window over an outer dock guide that was positioned over a tool window would dock to the outside of the tool window instead of the main host.
  • Fixed an issue where floating a tool window tab within a container could cause a layout issue when using ToolWindowInnerFill MDI...

Released: Apr 3, 2023

Updates in 23.1.1

Features

  • Updated SyntaxEditor-related NuGet packages to properly support cross-platform Microsoft .NET 6.0.

Released: Feb 7, 2023

Updates in 23.1.0

Features

  • Validated Microsoft .NET 7 compatibility.
  • Added MetroDark color scheme.
  • Added MetroScrollBarRenderer which supports MetroLight and MetroDark color schemes.
  • Added IWindowsColorScheme interface that will replace most references to WindowsColorScheme.
  • Added IWindowsColorScheme.GetKnownColor method which can return a scheme-appropriate color for supported known colors and should be used instead of SystemColors to allow for proper color adaptation on dark schemes.
  • Added IUIRenderer...

Released: May 27, 2022

Updates in 22.1.2

Features

  • Improved the product installer.
  • Changed the product installer to install shortcuts and samples to folders accessible by all users.

Released: Dec 8, 2021

Updates in 22.1.0

Features

  • Validated Microsoft .NET 6 compatibility.
  • Added Microsoft .NET 5 variations of the product assemblies to the NuGet feeds.
  • Added Microsoft .NET Core 3.1 and .NET 5+ designer support for Microsoft Visual Studio 2022 and updated the 'About...' designer action to open product-specific online documentation.

Released: Jul 12, 2021

Updates in 21.1.0

Features

  • Added the DockManager.ExecuteTabbedMdiWindowContextMenuItem method which can be used to execute the logic of a context menu item for a specified TabbedMdiWindow.
  • Improved drop target rendering when dragging TabbedMdiWindow.
  • Updated floating document windows to not always appear on top of the main Form.
  • Validated Microsoft .NET 5 compatibility.
  • Added NuGet packages for Microsoft .NET Core 3.1 variations of the assemblies.
  • Realigned API namespaces for clarity and consistency with other...

Released: Aug 26, 2020

Updates in 2020.1 build 0402

Features

  • Improved the rendering of images and glyphs in high DPI.
  • Added the TabStripRenderer.CanAutoScaleImages property, which defaults to true and determines if tab images are auto-scaled in high-DPI.

Released: Nov 13, 2019

Updates in 2020.1

Features

  • Improved the selected tabbed MDI container to not repaint its contents when its parent Form is activated or deactivated.