Package | mx.controls.listClasses |
Class | public final class TileBaseDirection |
Inheritance | TileBaseDirection ![]() |
direction
property of the TileList component.
See also
Constant | Defined By | ||
---|---|---|---|
HORIZONTAL : String = "horizontal" [static]
Arrange children horizontally. | TileBaseDirection | ||
VERTICAL : String = "vertical" [static]
Arrange chidren vertically. | TileBaseDirection |
HORIZONTAL | Constant |
public static const HORIZONTAL:String = "horizontal"
Arrange children horizontally. For controls, such as TileList, that arrange children in two dimensions, arrange the children by filling up a row before going on to the next row.
VERTICAL | Constant |
public static const VERTICAL:String = "vertical"
Arrange chidren vertically. For controls, such as TileList, that arrange children in two dimensions, arrange the children by filling up a column before going on to the next column.