Wijmo UI for the Web
autoHeight Field
wijmo.accordion Namespace > WijAccordionOptions Interface : autoHeight Field

Gets or sets whether wijaccordion pane is autoHeight.

Syntax
var instance; // Type: wijmo.accordion.WijAccordionOptions;
var value; // Type: boolean
value = instance.autoHeight;
var autoHeight : boolean;
Remarks
When set to true, width is autosized if horizontal and otherwise height is autosized.
See Also

Reference

WijAccordionOptions Interface