ComponentOne List for WinForms
C1.Win.C1List Namespace / DropDownList Class / SpringMode Property

In This Topic
    SpringMode Property (DropDownList)
    In This Topic
    Specifies whether the columns will resize when the list is resized.
    Syntax
    'Declaration
     
    
    Public Property SpringMode As Boolean
    public bool SpringMode {get; set;}
    Remarks

    When this property is set to True and the list is horizontally resized, the column widths for visible columns will expand and/or shrink proportionally.

    When set to False (the default), column widths do not change as the list is horizontally resized.

    See Also