Added a Float All menu item to tabbed MDI tabs, which floats all docking windows in the container together.
Added support for restricting floating dock host maximum size when appropriate if contained docking windows have ContainerMaxSize set.
Added a protected virtual DockSite.NotifyWindowDragMove method that is called as the pointer drags any set of docking windows around.
Increased the default TabbedMdiHost.MaxTabExtent width, and added remarks to its API documentation.
Improved support for dragging docking windows to nested linked dock sites.
Updated tool window-only layout deserializations to not clear lazy-load data for document windows.
修正
Fixed a couple issues introduced in the previous build related to using the Float command on a tool window currently in MDI.
Actipro Docking & MDI for UWP 22.1.03612022年5月26日
機能
Floating dock hosts now include their primary document's title in the containing Window's title bar text. This allows floating documents to be identified easier in the Microsoft Windows taskbar and when using Alt+Tab.
Added 'DockSite.ActivateNextTab' and 'ActivatePreviousDocument' methods, which are called by new Ctrl+PgDn and Ctrl+PgUp keyboard shortcuts.
Added 'DockSite.FloatingWindowTitleDelimiter' property and the virtual 'DockSite.GetFloatingDockHostTitle' method that can be overridden to further customize the floating dock host title bar text.
Improved support for 'DockingWindow.ContainerMinSize' to influence the minimum size of floating document windows.
Improved the 'ToolWindowContainer UIA' peer tree to include the title bar panel.
Updated the 'DockSite.WindowsStateChanged' event to be raised slightly earlier in the layout change logic.
Actipro Docking & MDI for UWP 22.1.0360メジャーバージョン2022年3月3日
機能
Improved how focus is applied to TreeListBox controls when a docking window is activated.
Improved an exception message for a particular layout deserialization scenario.