Description
The default tab bar created by tabpane. This class is dependent on
tabs (or any subclass of basetabs) and shouldn't be used by
itself. The default layout for its subviews is "class: simplelayout;
axis: x; spacing: -15". You can pass the name of this class in the
'barclass' attribute of tabpane, basetabpane, basetabs, and tabs. Tabs
uses this class as its default 'barclass'.
Details
Properties (1)
-
spacing
-
<attribute name="spacing" type="number" value="0" />
public var spacing : Number;
Spacing between tab items. Default is 0.
LZX Synopsis
<class name="
tabsbar" extends="
basetabsbar
">
<attribute name="
spacing
" type="
number" value="
0" />
</class>