[]
        
(Showing Draft Content)

C1.Win.C1Command.C1DockingManager.DragSizingMode

DragSizingMode Property

DragSizingMode

Gets or sets a value which determines whether and how to adjust the control sizes after dragging.

Declaration
[C1Category("Behavior")]
[C1Description("C1DockingManager.DragSizingMode", "Determines whether and how to adjust the control sizes after dragging.")]
public ResizingMode DragSizingMode { get; set; }
Remarks

If DragSizingMode is set to Proportional, then the size of the controls will be adjusted proportionally, otherwise the sizes remain unchanged after dragging.