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

Released: Dec 13, 2018

2018.1 build 0674 での更新項目

機能

  • Added UIA peers for the standard switcher and its items.
  • Updated the Prism integration sample to use Prism 7.1.
  • Updated the workspace's layout logic to account for contained docking window minimum and maximum sizes.
  • Updated floating dock hosts without MDI to use the minimum size of the docked tool windows.
  • Updated layout serialization to save breadcrumb creation times.
  • Improved built-in dock host key handling to use the preview key down event.
  • Improved the can-execute logic for the...

Released: Oct 16, 2018

2018.1 build 0673 での更新項目

機能

  • Added automation IDs to all menu items.
  • Improved docking window breadcrumb tracking logic.
  • Improved the implementation of AdvancedTabItem context menu triggers.
  • Improved focus handling when clicking on docking window tabs.
  • Updated TabbedMdiContainer to ensure that activating an already-selected tab makes it fully-visible.

Released: Jul 24, 2018

2018.1 build 0672 での更新項目

機能

  • Added 'Close Tab Group' menu item to tabbed MDI document tab context menus.
  • Updated floating dock hosts to support layout serialization of minimized window states.
  • Improved target size logic of the DockingWindow.MoveToNewHorizontalContainer and MoveToNewVerticalContainer methods.
  • Updated UIA peers for docking window tabs to provide access to embedded buttons.

不具合の修正

  • Fixed a focus bug that could occur when there was a floating document without any other documents in the primary dock host.

Released: Jun 8, 2018

2018.1 build 0671 での更新項目

機能

  • Added the DockSiteLayoutSerialization.CanKeepExistingDocumentWindowsOpen property that can be set to true to keep open document windows that were open prior to a document layout deserialization, even if they aren't in the deserialized layout data.
  • Set a default minimum window size DockSite.InitializeFloatingWindow to help prevent Win32 inconsistencies when resizing.
  • Updated TabbedMdiContainer to ensure that activating an already-selected tab makes it fully-visible.

不具合の修正

  • Fixed a bug where a...

Released: May 17, 2018

2018.1 での更新項目

機能

  • Updated tool window context menus to hide the 'Dock as Document' menu item if there is no MDI in the current DockSite.
  • Made various improvements for usage in per-monitor DPI scenarios.
  • Improved docking window container to always select the last active window when the selected window is dragged out.
  • Updated InteropFocusTracking to help ensure that StandardSwitcher always closes properly when focus is within an interop control.
  • Updated TabbedMdiHost to set a single child TabbedMdiContainer's...

Released: Mar 1, 2018

2017.2 build 0665 での更新項目

機能

  • Updated docking window container UIA hierarchy to better support Coded UI Test.
  • Updated clicks on auto-hide tabs to focus the tab prior to opening/closing the auto-hide popup.
  • Added the DockSite.AutoHidePopupClosesOnLostFocus property that can be temporarily set to false to prevent an auto-hide tool window's popup from closing while a dialog is displayed.
  • Improved the logic when dragging over linked nested dock sites such that a dock host in the same dock site will be targeted by default. If...

Released: Jan 10, 2018

2017.2 build 0663 での更新項目

機能

  • Added event that fires whenever the DockingWindow.DockHost property is changed on one or more windows.
  • Improved AdvancedTabControl tab drag handling when there is a single tab.
  • Adjusted how InteropFocusTracking handles mouse clicks on HwndHosts.
  • Improved InteropFocusTracking's handing of HwndHost.GotFocus notifications.
  • Improved InteropFocusTracking's active container tracking during docking window state changes.
  • Improved the drag stop logic to ensure that all docking window properties are...

Released: Oct 31, 2017

2017.2 build 0662 での更新項目

機能

  • Added AdvancedTabControl tab panel support for the mouse wheel to scroll tabs when using certain tab overflow behaviors.
  • Improved selection logic when docking multiple windows at the same time.
  • Improved auto-hidden tool window containers in non-hosted popups to support title bar drag-to-float functionality.
  • Improved AdvancedTabControl's panel to allow for customization of the tab layout.
  • Improved border rendering when tool window title bars were hidden.
  • Updated floating dock hosts to show an...

Released: Aug 22, 2017

2017.2 build 661 での更新項目

機能

  • Updated read-only document contextual indicator to render separately from any custom contextual content.
  • Improved logic when dragging a single floating tabbed document window.

不具合の修正

  • Fixed a bug introduced in the previous build where a standard MDI window opened in a maxmized state might not arrange properly.
  • Fixed a bug introduced in the previous build where pressing Esc during a drag-to-float operation might hide the dragged windows.

Released: Aug 3, 2017

2017.2 での更新項目

機能

  • Added the DockingWindow.IsFloating property, which supports data-binding and indicates if the docking window is open in a floating DockHost.
  • Updated the DockSite.WindowDefaultLocationRequested event with a new ShouldFloat property on the event arguments.
  • Refactored logic that leaves breadcrumbs and added float ability to restore to floating breadcrumbs.
  • Updated maximized standard MDI windows to remove flicker when a new primary document is set.
  • Updated the tool window container template to...