
Adds 'Float All' menu item to tabbed MDI tabs, which floats all docking windows in the container together.
Features
- 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.