
Improves Docking, Navigation and Themes controls.
Features
- Docking
- 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.
- Improved support for dragging docking windows to nested linked dock sites.
- Updated floating dock hosts that contain a single ToolWindowContainer to use the selected ToolWindow's Title as their title.
- Updated the AdvancedTabItem template to bind to the HeaderTemplateSelector property.
- Navigation
- Updated ZoomContentControl's zoom-to-region rubber band to render in a light color when in a dark theme.
- Updated ZoomContentControl's cursors to have better contrast in dark themes.
- Themes
- Updated WindowChrome to tell the system which border color to use when Microsoft Windows renders the window border, ensuring border color consistency between Windows versions.
- Shared
- Updated logic for determining maximum popup height.
- Updated VisualTreeHelperExtended logic to better guard against non-Visual source arguments.
- Updated WindowChrome to better support the Window.MaxWidth and MaxHeight properties.