ComponentOne SplitContainer for WinForms
C1.Win.C1SplitContainer.4.5.2 Assembly / C1.Win.C1SplitContainer Namespace / C1SplitterPanel Class / KeepRelativeSize Property

In This Topic
    KeepRelativeSize Property
    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 System.Boolean
    public System.bool KeepRelativeSize {get; set;}
    See Also