Enum RetainSizeMode
Determines whether the size of all panes should be retained when docking/floating them.
Namespace: Telerik.Windows.Controls.Docking
Assembly: Telerik.Windows.Controls.Docking.dll
Syntax
public enum RetainSizeMode
DockingAndFloating
Current size of the panes is always retained.
Floating
Only the last floating size of the panes is retained.
None
The size of the panes is never retained. This is the default value.