ComponentOne MultiSelect for WinForms
C1.Win.Input.Base Namespace / C1DropDownControlBase Class / DropDownWidth Property

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