Actipro Docking & MDI for WPF Releases

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.

Released: May 24, 2019

Updates in 2018.1 build 0676

Funktionen

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

Released: Mar 11, 2019

Updates in 2018.1 build 0675

Funktionen

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

Fehlerkorrekturen

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