ComponentOne MultiSelect for WinForms
C1.Win.Input Namespace / IComboBox Interface / DropDownWidth Property

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