TabAlignment
Inherits: Enum
Defines how tabs are aligned horizontally in a Tabs
.
Properties
-
CENTER
–Tabs are aligned to the center of the
TabBar
. -
FILL
–If
TabBar.scrollable
isFalse
, -
START
–If
TabBar.scrollable
isTrue
, -
START_OFFSET
–If
TabBar.scrollable
isTrue
,
Properties#
FILL = 'fill'
#
If TabBar.scrollable
is False
,
tabs are stretched to fill the TabBar
.
START = 'start'
#
If TabBar.scrollable
is True
,
tabs are aligned to the start of the TabBar
.
START_OFFSET = 'startOffset'
#
If TabBar.scrollable
is True
,
tabs are aligned to the start of the
TabBar
with an offset of 52.0
pixels.