Actipro Docking & MDI for UWP 22.1.0361

Released: May 26, 2022

22.1.0361 での更新項目

機能

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