wijmo.combobox.wijcombobox Namespace > options type : dropdownHeight Option |
Default value: 300
A value that specifies the height of the drop-down list.
Javascript (Usage) | |
---|---|
$(function () { // Get value var returnsValue; // Type: number returnsValue = $(".selector").wijcombobox("option", "dropdownHeight"); // Set value var newValue; // Type: number $(".selector").wijcombobox("option", "dropdownHeight", newValue); }); |
Javascript (Specification) | |
---|---|
|