Actipro Docking & MDI for WinForms のリリース

Released: Dec 8, 2021

22.1.0 での更新項目

機能

  • 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

21.1.0 での更新項目

機能

  • 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

2020.1 build 0402 での更新項目

機能

  • 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

2020.1 での更新項目

機能

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

Released: Dec 13, 2018

2018.1 build 0341 での更新項目

機能

  • Improved the rendering of several button glyphs.
  • Made several rendering adjustments to help in high DPI scenarios.
  • Updated the dragging of a tool window in the MDI area to support drag-to-float.

不具合の修正

  • Fixed a bug introduced in the previous build where nested dock containers might not resize properly with the splitter.

Released: May 24, 2018

2018.1 での更新項目

機能

  • Added full support for right-to-left display of docking and MDI controls, useful in certain cultures.
  • Updated all controls and elements to support numerous WinUICore measure/arrange infrastructure improvements.
  • Updated system drags over unselected tabs to only select after a brief delay.
  • Updated auto-hide tab renderers to better handle non-square images.
  • Updated a single floating tool window title bar click to ensure focus moved within the tool window.
  • Updated the mechanism used to draw...

Released: Jun 1, 2016

2016.1 での更新項目

機能

  • Added the DockManager.DocumentWindowsCanFloat property, which when set to true, allows tabbed documents to be floated via a tab context menu item.
  • Added the DockManager.DocumentLayoutData property and SaveDocumentLayoutToFile/LoadDocumentLayoutFromFile methods, which can be used to save/load the layout of already-open tabbed MDI documents.
  • Added the DockManager.ShowNextWindowNavForm method that allows for programmatic display of the next window navigation form.
  • Added the DockManager...