DashboardLayout for WinForms | ComponentOne
C1.Win.C1SplitContainer Namespace / C1SplitterPanel Class / KeepRelativeSize Property

In This Topic
    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