릴리스 전반에서 새로 나온 내용을 살펴보세요. 기능, 개선 사항, 해결된 문제에 대한 자세한 정보를 제공합니다.
1월
2월
3월
4월
5월
6월
7월
8월
9월
10월
11월
12월
Actipro Docking & MDI for UWP 22.1.03622022년 11월 8일
기능
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.