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);
});
See Also