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

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