ComponentOne ComboBox for ASP.NET Web Forms
C1.Web.Wijmo.Controls.4 Assembly / C1.Web.Wijmo.Controls.C1ComboBox Namespace / C1ComboBox Class / DropdownHeight Property

In This Topic
    DropdownHeight Property
    In This Topic
    A value that specifies the height of the drop-down list. Default: 300. Type: Number.
    Syntax
    'Declaration
     
    Public Property DropdownHeight As System.Integer
    public System.int DropdownHeight {get; set;}
    Remarks
    If the total height of all items is less than the value of this option, it will use the total height of items as the height of the drop-down list.
    See Also