uses the layout property of the container to set its layout to the HorizontalLayout class: : Container « Container « Flex






uses the layout property of the container to set its layout to the HorizontalLayout class:

uses the layout property of the container to set its layout to the HorizontalLayout class:
           

<!--
Code from Flex 4 Documentation "Using Adobe Flex 4".

This user guide is licensed for use under the terms of the Creative Commons Attribution 
Non-Commercial 3.0 License. 

This License allows users to copy, distribute, and transmit the user guide for noncommercial 
purposes only so long as 
  (1) proper attribution to Adobe is given as the owner of the user guide; and 
  (2) any reuse or distribution of the user guide contains a notice that use of the user guide is governed by these terms. 
The best way to provide notice is to include the following link. 
To view a copy of this license, visit http://creativecommons.org/licenses/by-nc-sa/3.0/

-->


<!-- containers\spark\SparkGroupContainerHorizontal.mxml -->
<s:Application xmlns:fx="http://ns.adobe.com/mxml/2009"
    xmlns:mx="library://ns.adobe.com/flex/mx"
    xmlns:s="library://ns.adobe.com/flex/spark">
    <s:Group>
        <s:layout>
            <s:HorizontalLayout />
        </s:layout>
        <s:Button label="Button 1" />
        <s:Button label="Button 2" />
        <s:Button label="Button 3" />
        <s:Button label="Button 4" />
    </s:Group>
</s:Application>

   
    
    
    
    
    
    
    
    
    
    
  








Related examples in the same category

1.Show setting the sizes of a container and its childShow setting the sizes of a container and its child
2.Show the percentage-based sizing behavior with absolute positioningShow the percentage-based sizing behavior with absolute positioning
3.Using Scroll barsUsing Scroll bars
4.Repositioning children at run timeRepositioning children at run time
5.corresponding controls on the right remain a fixed size because their container is fixed.corresponding controls on the right remain a fixed size because their container is fixed.
6.Adding and removing components relativeTo another controlAdding and removing components relativeTo another control
7.includeInLayout="false"includeInLayout=
8.Minimum and Maximum Sizes and percentMinimum and Maximum Sizes and percent
9.Alignment to centerAlignment to center
10.Create constraints for the right edge and the bottom edge, using the properties right and bottomCreate constraints for the right edge and the bottom edge, using the properties right and bottom
11.Building within the main containerBuilding within the main container
12.Change the layout attribute to verticalChange the layout attribute to vertical
13.Constraint SizingConstraint Sizing
14.Padding ContainerPadding Container
15.includeInLayout and visible properties.includeInLayout and visible properties.
16.Get the number of direct child components in a containerGet the number of direct child components in a container
17.Add multiple child components, or a container that contains multiple child componentsAdd multiple child components, or a container that contains multiple child components
18.Scrolling Spark containersScrolling Spark containers
19.Set clipAndEnableScrolling property to true to clip the container's children to the container boundariesSet clipAndEnableScrolling property to true to clip the container's children to the container boundaries
20.Creating and removing a child of a containerCreating and removing a child of a container
21.Wrap the Spark container in an MX container on in a Spark NavigatorWrap the Spark container in an MX container on in a Spark Navigator
22.Enable Scrolling in a ContainerEnable Scrolling in a Container
23.Example: Determining a container and child sizesExample: Determining a container and child sizes
24.A NavigatorContent must be the child of an MX navigator containerA NavigatorContent must be the child of an MX navigator container
25.Use an inline item renderer with the SkinnableDataContainer containerUse an inline item renderer with the SkinnableDataContainer container
26.Use tag to define an inline item renderer for two containersUse <fx:Component> tag to define an inline item renderer for two containers
27.Scale Children of a ContainerScale Children of a Container
28.Creating a Box container with a vertical layoutCreating a Box container with a vertical layout
29.Grid container with three rows and three columnsGrid container with three rows and three columns
30.Container InheritanceContainer Inheritance
31.Create a Button control and adds it to a containerCreate a Button control and adds it to a container
32.Add a graphic element to the container to define a background for the buttonsAdd a graphic element to the container to define a background for the buttons
33.size and position of each component is carefully calculated to ensure that none of the components overlapsize and position of each component is carefully calculated to ensure that none of the components overlap