[]
        
(Showing Draft Content)

C1.Win.Command.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; }
<C1Category("Behavior")>
<C1Description("C1DockingManager.DragSizingMode", "Determines whether and how to adjust the control sizes after dragging.")>
Public Property DragSizingMode As ResizingMode
Remarks

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