The following example shows how you can set the vertical gap between items in a Flex Gumbo VerticalLayout by setting the gap property.
Full code after the jump.
Continue reading ‘Setting the vertical gap in a vertical layout in Flex Gumbo’
The following example shows how you can set the vertical gap between items in a Flex Gumbo VerticalLayout by setting the gap property.
Full code after the jump.
Continue reading ‘Setting the vertical gap in a vertical layout in Flex Gumbo’
The following example shows how you can set a Panel container’s layout to horizontal or vertical in Flex by setting the layout property.
You can also set the Panel container’s layout to “absolute”. For an example, see “Setting the border thickness in a Flex Panel container”.
Full code after the jump.
Continue reading ‘Setting the child layout direction of a Flex Panel container’