Actipro Docking & MDI for WinForms 2016.1 released
Released: Jun 1, 2016
Actualizaciones en 2016.1
Características
- Added the DockManager.DocumentWindowsCanFloat property, which when set to true, allows tabbed documents to be floated via a tab context menu item.
- Added the DockManager.DocumentLayoutData property and SaveDocumentLayoutToFile/LoadDocumentLayoutFromFile methods, which can be used to save/load the layout of already-open tabbed MDI documents.
- Added the DockManager.ShowNextWindowNavForm method that allows for programmatic display of the next window navigation form.
- Added the DockManager.NextWindowNavigationActive property that returns whether the next window navigation form is currently visible.
- Added the DockManager.NextWindowNavigationActiveChanged event that fires when the NextWindowNavigationActive property changes.
- Updated layout load code to perform a final arrange after the layout has been loaded in case more adjustments are needed due to space constraints.
- Updated screen rendering procedures such as splitter drags to take device DPI into account.