Wijmo UI for the Web
autoSize Option
wijmo.list.wijlist Namespace > options type : autoSize Option

Default value: false

The autoSize determines whether or not the wijlist will be automatically sized.

Syntax
$(function () {
    
    // Get value
    var returnsValue; // Type:  boolean
    returnsValue = $(".selector").wijlist("option", "autoSize");
    
    // Set value
    var newValue; // Type:  boolean
    $(".selector").wijlist("option", "autoSize", newValue);
        
});
var autoSize : boolean;
See Also

Reference

options type
wijlist jQuery Widget