Setting the layout direction on a tile layout FxList control in Flex Gumbo
March 26th, 2009
The following example shows how you can set the tile layout direction on a Flex Gumbo FxList control by setting the orientation property on the TileLayout layout to one of the static constants in the mx.layout.TileOrientation class.
Full code after the jump.
Source:Setting the layout direction on a tile layout FxList control in Flex Gumbo