Wijmo UI for the Web
maxHeight Option
wijmo.menu.wijmenu Namespace > options type : maxHeight Option

Default value: 200

This option determines the iPod-style menu's maximum height.

Syntax
$(function () {
    
    // Get value
    var returnsValue; // Type:  number
    returnsValue = $(".selector").wijmenu("option", "maxHeight");
    
    // Set value
    var newValue; // Type:  number
    $(".selector").wijmenu("option", "maxHeight", newValue);
        
});
var maxHeight : number;
Remarks
This option can only be used in an iPod-style menu. When the menu contains more items than can be displayed within the allowed height, the menu will show a scrollbar.
See Also

Reference

options type
wijmenu jQuery Widget