The following examples show how you can set the layout direction on a Flex Gumbo FxList control by setting the layout property to a VerticalLayout object (default), HorizontalLayout object, or a TileLayout object.
Full code after the jump.
[click to continue…]
Tagged as:
gap,
Gumbo,
horizontalGap,
layout,
verticalGap
The following example shows how you can create a vertical Spark ButtonBar control in Flex 4 by setting the layout property to a VerticalLayout object and setting the gap property to -1.
Full code after the jump.
[click to continue…]
Tagged as:
gap,
Gumbo,
layout,
skinClass
The following example shows how you can set the horizontal gap between buttons in a Spark ButtonBar control in Flex 4 by setting the gap property on the HorizontalLayout object.
Full code after the jump.
[click to continue…]
Tagged as:
gap,
Gumbo,
layout
The following example shows how you can set the vertical gap between items in a Flex 4 Spark VerticalLayout by setting the gap property.
Full code after the jump.
[click to continue…]
Tagged as:
gap,
Gumbo,
layout,
needsSWF