Calendar for WinForms | ComponentOne
C1.Win.Input.Base Namespace / IDropDownEditorBase Interface / DropDownWidth Property

In This Topic
    DropDownWidth Property (IDropDownEditorBase)
    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