KeepRelativeSize Property (C1SplitterPanel)
In This Topic
Gets or sets whether the panel tries to keep its relative size when the owner container is resized.
Syntax
'Declaration
Public Property KeepRelativeSize As Boolean
public bool KeepRelativeSize {get; set;}
See Also