Actipro Docking & MDI for WPF (英語版) のリリース

Released: Feb 18, 2021

21.1.0 での更新項目

機能

  • Validated Microsoft .NET 5 compatibility.
  • Updated Microsoft .NET Core assemblies to target .NET Core 3.1 instead of .NET Core 3.0.
  • Updated Microsoft .NET Framework assemblies to target .NET Framework 4.5.2 instead of .NET Framework 4.0.
  • Modernized offline documentation, and introduced online documentation on the Actipro web site.
  • Created a new 'WPF-Controls' GitHub repository with the full source of documentation topics, samples and other code.

不具合の修正

  • Fixed a bug where the theme's default...

Released: Nov 18, 2020

2020.1.1 での更新項目

機能

  • Refactored the InteropFocusTracking logic for determining if a HwndHost contains keyboard focus.

Released: Oct 2, 2020

2020.1 での更新項目

機能

Microsoft .NET Core Assemblies

  • Control products now ship in both Microsoft .NET Framework 4.0 and Microsoft .NET Core 3.0 assembly variations. You will now be able to use native .NET Core-based Actipro assemblies in your .NET Core apps.

NuGet Packages

  • Another big request has been to supply NuGet packages for the controls. NuGet packages are published on nuget.org and contain both the .NET Core and .NET Framework variations of the assemblies.

Docking/MDI

  • Added the ToolWindowContainer...

Released: Aug 13, 2020

2019.1 build 0686 での更新項目

機能

  • Added the AdvancedTabControl.TabDragReordered event, which is raised after a tab is reordered with internal drag/drop.
  • Improved the UI automation peer tree related to auto-hidden tool windows.
  • Updated Shift+Esc to close the active tool window.
  • Updated docking window close focus-moving logic to not possibly move focus into an auto-hidden tool window.

不具合の修正

  • Fixed a bug where clicking a new tab button in a tabbed MDI container could open a document in another container that previously held the...

Released: Mar 25, 2020

2019.1 build 0685 での更新項目

機能

  • Added the StandardSwitcher.DocumentsColumnTitle and ToolWindowsColumnTitle properties to allow for easier customization of the column titles.
  • Added the AdvancedTabControl.HeaderBackground property that fills the header area behind tabs and buttons.
  • Updated when the DockingWindow.IsOpen property is changed during layout changes to more closely match the DockSite.WindowsOpened/WindowsClosed events.
  • Updated how the adornment Window that hosts dock guides is closed to prevent a possible exception...

Released: Jan 10, 2020

2019.1 build 0684 での更新項目

機能

  • Improved AdvancedTabControl tab layout logic when using shrink overflow to help ensure tabs fully fill the control extent.
  • Updated the tab overflow menu to check the menu item for the currently-selected tab.
  • Updated StandardSwitcher to not reserve space for docking window images when they aren't available.
  • Added the DockHost.GetVisibleToolWindowContainerCount method, which is useful for determining if there is are multiple ToolWindowContainers within a floating DockHost.

不具合の修正

  • Fixed a bug...

Released: Oct 2, 2019

2019.1 build 0683 での更新項目

機能

  • Updated DockSite to raise WindowsDragging/WindowsDragged events after a tab reorder in the same docking window container occurs.

Released: Aug 20, 2019

2019.1 build 0682 での更新項目

機能

  • Improved window dragging logic for slower machines.
  • Improved tabbed MDI rendering in the high contrast theme.

不具合の修正

  • Fixed a bug where a tool window wouldn't restore to the MDI area properly when deserializing tool windows-only using serialization IDs.
  • Fixed a bug where the DockSite.ActiveWindow property might not be properly updated after closing multiple windows.

Released: May 24, 2019

2018.1 build 0676 での更新項目

機能

  • Added the DockingWindowDefaultLocationEventArgs.FloatingLocation property that specifies the floating location of the docking window when e.ShouldFloat is set in a DockSite.WindowDefaultLocationRequested event handler.
  • Improved the cleanup of open document references.
  • Improved key processing to allow child controls to handle keys like Esc, thereby preventing the dock site from handling them.
  • Improved the DockSite.PrimaryDocumentChanged event to not fire until the end of a batch MVVM items...

Released: Mar 11, 2019

2018.1 build 0675 での更新項目

機能

  • Added a virtual DockSite.ProcessDockHostKeyDown method that is called when a key is pressed while focus is within a DockHost.
  • Updated AdvancedTabControl to ensure the selected tab remains visible in tab overflow scenarios when the control is resized smaller.

不具合の修正

  • Fixed a bug where the AdvancedTabControl highlight brushes might not be updated correctly in a certain scenario.
  • Fixed a bug introduced in a recent build where context menus on controls within a tab page might not open.
  • Fixed a bug...