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

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