
Updates TabbedMdiContainer to ensure that activating an already-selected tab makes it fully-visible.
Features
- Added the DockSiteLayoutSerialization.CanKeepExistingDocumentWindowsOpen property that can be set to true to keep open document windows that were open prior to a document layout deserialization, even if they aren't in the deserialized layout data.
- Set a default minimum window size DockSite.InitializeFloatingWindow to help prevent Win32 inconsistencies when resizing.
- Updated TabbedMdiContainer to ensure that activating an already-selected tab makes it fully-visible.
Fixes
- Fixed a bug where a splitter drag bar could be kept visible in a certain scenario when not using live splitting.
- Fixed problems with high DPI scenarios.