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

In This Topic
    ResizeWhileDragging Property (C1SplitterPanel)
    In This Topic
    Gets or sets whether the panel should be resized while the user is dragging the splitter.
    Syntax
    'Declaration
     
    
    Public Property ResizeWhileDragging As Boolean
    public bool ResizeWhileDragging {get; set;}
    See Also