jQuery.wijmo.wijlist Namespace > options type : autoSize Field |
Default value: false
The autoSize determines whether or not the wijlist will be automatically sized.
Javascript (Usage) | |
---|---|
var value; // Type: boolean value = jQuery.wijmo.wijlist.options.autoSize; |
Javascript (Specification) | |
---|---|
var autoSize : boolean; |