<p>The maximum width of the buttongroup. Only used if stacked is true and the orientation is horizontal.</p></td>
</tr>
<tr>
<tdclass="name"><code>maxHeight</code></td>
<tdclass="type">
<spanclass="param-type">number</span>
</td>
<tdclass="default">
</td>
<tdclass="description last">
<spanclass="optional">optional</span>
<p>The maximum height of the buttongroup. Only used if stacked is true and the orientation is vertical.</p></td>
</tr>
<tr>
<tdclass="name"><code>stacked</code></td>
<tdclass="type">
<spanclass="param-type">boolean</span>
</td>
<tdclass="default">
false
</td>
<tdclass="description last">
<spanclass="optional">optional</span>
<p>If set to true, the buttons of the buttongroup gets stacked if they are broader or higher than the maximum permitted width or height, depending on orientation.</p></td>
* @param {number} [opts.minWidth=44] - Button: The minimum width of one button.
* @param {number} [opts.minHeight=44] - Button: The minimum height of one button.
* @param {number} [opts.maxWidth] - The maximum width of the buttongroup. Only used if stacked is true and the orientation is horizontal.
* @param {number} [opts.maxHeight] - The maximum height of the buttongroup. Only used if stacked is true and the orientation is vertical.
* @param {boolean} [opts.stacked=false] - If set to true, the buttons of the buttongroup gets stacked if they are broader or higher than the maximum permitted width or height, depending on orientation.
* @param {number} [opts.padding=Theme.padding] - Button: The inner spacing (distance from icon and/or label) the the border.
* @param {number} [opts.margin=Theme.margin] - The outer spacing (distance from one button to the previous/next button).
* @param {string} [opts.iconPosition=left] - Button: The position of the icon in relation to the label. Can be left or right.