EnumRetainSizeMode
Enum
Determines whether the size of all panes should be retained when docking/floating them.
Definition
Namespace:Telerik.Windows.Controls.Docking
Assembly:Telerik.Windows.Controls.Docking.dll
Syntax:
cs-api-definition
public enum RetainSizeMode
Fields
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.