Calendar for WinForms | ComponentOne
C1.Win.Input Namespace / C1ComboBox Class / DropDownWidth Property

In This Topic
    DropDownWidth Property (C1ComboBox)
    In This Topic
    Gets or set the width of the drop down form.
    Syntax
    'Declaration
     
    
    Public Property DropDownWidth As Integer
    public int DropDownWidth {get; set;}
    Remarks
    To enable autosizing, set this properties to -1.
    See Also