Applying missing changes from XCeed WPFToolkit version 3.6
-
selecting a new LayoutAnchorableTabPanel from an auto sized width panel, will no longer undock the LayoutAnchorableTabPanel @dirkster99
-
null checks will now prevent crashes when creating the View @dirkster99 @dirkster99_1
-
LayoutAnchorablePanes now have the possibility to be docked in a LayoutAnchorableFloatingWindow, when hosted in a WinForm @dirkster99
-
LayoutContent.ContentID is now a bindable dependency property (@Dirkster99)[https://github.com/Dirkster99/AvalonDock/commit/9fa76a74fae69865d1adfee0dc8865d8085e03e5]
-
floating windows will no longer have blurry buttons (@Dirkster99)[https://github.com/Dirkster99/AvalonDock/commit/813f4bae9aa6525fabbe3b045ab968af5d69a276]
-
modifying the theme will now update the side anchored items @dirkster99 @dirkster99_1
-
to improve the performance when the LayoutGridControl is initialized, children are now updated only for DirectChildren changes @dirkster99
-
when the last LayoutDocument is removed, the DockingManager.ActiveContent will no longer have a reference to this last removed LayoutDocument, to prevent a memory leak @dirkster99 @dirkster99_1
-
the DockingManager.AnchorTemplate property will now be applied to LayoutAnchorable controls.
@dirkster99 -
using frame navigation with LayoutAnchorableFloatingWindow will no longer cause a crash.
@dirkster99 -
Removed unused code
@dirkster99