Actipro Docking & MDI for WPF Releases

Released: Jul 9, 2021

Updates in 21.1.2

Funktionen

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

Released: Mar 8, 2021

Updates in 21.1.1

Fehlerkorrekturen

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

Released: Feb 18, 2021

Updates in 21.1.0

Funktionen

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

Fehlerkorrekturen

  • Fixed a bug where the...

Released: Nov 18, 2020

Updates in 2020.1.1

Funktionen

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

Released: Oct 2, 2020

Updates in 2020.1

Funktionen

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

Updates in 2019.1 build 0686

Funktionen

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

Fehlerkorrekturen

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

Released: Mar 25, 2020

Updates in 2019.1 build 0685

Funktionen

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

Released: Jan 10, 2020

Updates in 2019.1 build 0684

Funktionen

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

Released: Oct 2, 2019

Updates in 2019.1 build 0683

Funktionen

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

Released: Aug 20, 2019

Updates in 2019.1 build 0682

Funktionen

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

Fehlerkorrekturen

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