The following example shows you how to position controls on the display list using the <mx:ConstraintColumns /> and <mx:ConstraintColumn /> tags.
Full code after the jump.
Continue reading Positioning controls in Flex 3 using constraint columns
The following example shows you how to position controls on the display list using the <mx:ConstraintColumns /> and <mx:ConstraintColumn /> tags.
Full code after the jump.
Continue reading Positioning controls in Flex 3 using constraint columns
The following examples show how you can position items in an absolute-based layout using the top
, bottom
, left
, right
, horizontalCenter
, and verticalCenter
styles.
Full code after the jump.
Continue reading Positioning items in Flex using a constraint based layout