Docking Tab for WinForms | ComponentOne
C1.Win.Command Namespace / C1DockingManager Class / DragSizingMode Property

In This Topic
    DragSizingMode Property
    In This Topic
    Gets or sets a value which determines whether and how to adjust the control sizes after dragging.
    Syntax
    'Declaration
     
    
    Public Property DragSizingMode As ResizingMode
    public ResizingMode DragSizingMode {get; set;}
    Remarks
    If DragSizingMode is set to ResizingMode.Proportional, then the size of the controls will be adjusted proportionally, otherwise the sizes remain unchanged after dragging.
    See Also