C1.Web.Wijmo.Controls.45 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
 
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