Setting the horizontal alignment on a FxList control in Flex Gumbo
March 3rd, 2009
The following example shows how you can set the horizontal alignment on a Flex Gumbo FxList control with a vertical layout by setting the horizontalAlign property on the VerticalLayout object to one of the static constants in the mx.layout.HorizontalAlign class.
Full code after the jump.
Source:Setting the horizontal alignment on a FxList control in Flex Gumbo