Wijmo UI for the Web
dropdownHeight Field
wijmo.combobox Namespace > WijComboboxOptions Interface : dropdownHeight Field

A value that specifies the height of the drop-down list.

Syntax
var instance; // Type: wijmo.combobox.WijComboboxOptions;
var value; // Type: number
value = instance.dropdownHeight;
var dropdownHeight : number;
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

WijComboboxOptions Interface