
Define the layout constraints 133
In this lesson, you learned how to create a constraint-based layout with Flex Builder. The
following table summarizes the anchors to set for obtaining certain layout effects when the
user resizes the application window.
To learn more about this topic, see “Laying out your user interface” on page 133.
Effect Anchors
Maintain the component’s position and size None
Move the component horizontally Right
Move the component vertically Bottom
Move the component both horizontally and vertically Right + Bottom
Resize the component horizontally Left + Right
Resize the component vertically Top + Bottom
Resize the component both horizontally and vertically Left + Right + Top + Bottom
Center the component horizontally Horizontal center
Center the component vertically Vertical center
Comentários a estes Manuais