ComponentOne List for WinForms
C1.Win.C1List Namespace / C1Combo Class / AutoSize Property

In This Topic
    AutoSize Property (C1Combo)
    In This Topic
    Determines whether or not the combo height can be resized.
    Syntax
    'Declaration
     
    
    Public Overridable Property AutoSize As Boolean
    public virtual bool AutoSize {get; set;}
    See Also