Solid border style for VBox : VBox « Container « Flex






Solid border style for VBox

Solid border style for VBox
           

<?xml version="1.0"?>
<mx:Application xmlns:mx="http://www.adobe.com/2006/mxml">
    <mx:Script>
        
        import mx.controls.Alert;
        public function calculateChildren():void {
            var myText:String = new String();
            myText= myVBox.numChildren + " children";
            myText+="\nThe Application has " + numChildren + " children";
            Alert.show(myText);
        }
      
    </mx:Script>
    <mx:VBox id="myVBox" borderStyle="solid">
        <mx:Label text="This is label 1" />
        <mx:Label text="This is label 2" />
        <mx:Label text="This is label 3" />
    </mx:VBox>
    <mx:Button label="Show Children" click="calculateChildren();" />
</mx:Application>

   
    
    
    
    
    
    
    
    
    
    
  








Related examples in the same category

1.Layout DataGrid, TextArea and LinkButton in VBoxLayout DataGrid, TextArea and LinkButton in VBox
2.Tab navigator with VBoxTab navigator with VBox
3.Put TextArea and Button into VBoxPut TextArea and Button into VBox
4.VBox creationCompleteEffectVBox creationCompleteEffect
5.Layout Buttons with Both Vertical box and horizontal boxLayout Buttons with Both Vertical box and horizontal box
6.Use VBox to wrap two buttonsUse VBox to wrap two buttons
7.Move a Button control from one VBox container to anotherMove a Button control from one VBox container to another
8.children of VBox are not be instantiated when the application is first loaded, but only after the user clicks the buttonchildren of VBox are not be instantiated when the application is first loaded, but only after the user clicks the button
9.Remove references to button instances from the MX myVBox and Spark myGroup containersRemove references to button instances from the MX myVBox and Spark myGroup containers
10.VBox drag eventsVBox drag events
11.Add Event handler for VBoxAdd Event handler for VBox
12.Use absolute positioning to place a VBox control inside a Canvas controlUse absolute positioning to place a VBox control inside a Canvas control
13.Add a VBox to overlapAdd a VBox to overlap
14.Creating and removing a child of an VBox containerCreating and removing a child of an VBox container
15.VBox container expands to fill all the available spaceVBox container expands to fill all the available space
16.VBox with scroll barsVBox with scroll bars
17.Application container with no padding lets its child VBox container fill the entire windowApplication container with no padding lets its child VBox container fill the entire window
18.defines a vertical Box container by using the tag:defines a vertical Box container by using the <mx:VBox> tag:
19.Use embedded fontFamily as a type selector for VBox controlsUse embedded fontFamily as a type selector for VBox controls
20.VBox border style outsetVBox border style outset
21.Put HBox to VBoxPut HBox to VBox
22.Rotate a VBoxRotate a VBox
23.Set background image for VBox
24.Set background size for VBox
25.Set scale grid for VBox
26.Nest HBox into VBox
27.Surround the first two labels with an opening and closing VBox tagSurround the first two labels with an opening and closing VBox tag
28.Surround each of the VBox tags with a Panel tag.Surround each of the VBox tags with a Panel tag.
29.VBox with border style and paddingVBox with border style and padding
30.VBox Gap And PaddingVBox Gap And Padding
31.Layout controls with VBoxLayout controls with VBox
32.Put both VBox and HBox to CanvasPut both VBox and HBox to Canvas
33.VBox ChildrenVBox Children
34.Disable layout updates for a VBox containerDisable layout updates for a VBox container
35.Child VBox container fills the entire application container:
36.VBox container is larger than the available space within the Application containerVBox container is larger than the available space within the Application container
37.A vertical Box container by using the tagA vertical Box container by using the <mx:VBox> tag
38.Advanced Constraints with constraintRowsAdvanced Constraints with constraintRows
39.Creation Policy in a Single View containerCreation Policy in a Single View container
40.creationPolicy: auto, none, allcreationPolicy: auto, none, all
41.Insert element at locationInsert element at location
42.Remove element at locationRemove element at location
43.Remove all elementsRemove all elements
44.Dynamically Add and Remove ChildrenDynamically Add and Remove Children
45.Get number of element count for a containerGet number of element count for a container
46.Reorder controlsReorder controls
47.VBox css style for background image and size
48.VBox CSS styleVBox CSS style