ComboBox for ASP.NET Web Forms
DropdownHeight Property

C1.Web.Wijmo.Controls.4 Assembly > C1.Web.Wijmo.Controls.C1ComboBox Namespace > C1ComboBox Class : DropdownHeight Property
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

Reference

C1ComboBox Class
C1ComboBox Members