Description
Tabpanes are children of the tabs component. Each tabpane has a
corresponding tab. If width and height are not set, all tabpanes will
resize themselves to largest tabpane or the width of the tabsbar,
whichever is larger. The content of the tabpane is initstage late. You
can override this value by setting initstage late on tabpane.
Details
Properties (1)
-
tabwidth
-
<attribute name="tabwidth" type="number" value="-1" />
public var tabwidth : Number;
Width of the tab associated with this tabpane. If not set, the tab
will resize itself to fit.
LZX Synopsis
<class name="
tabpane" extends="
basetabpane
">
<attribute name="
tabwidth
" type="
number" value="
-1" />
</class>