Wijmo UI for the Web
dropdownHeight Option

Default value: 300

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

Syntax
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) 
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.
Browser Compatibility
7
5
5

See Also

Reference

options type
wijcombobox jQuery Widget

 

 


© 2013 All Rights Reserved.

Send comments on this topic.