Use VDividedBox : DividedBox « Container « Flex

Home
Flex
1.Chart
2.Components
3.Container
4.Data Model
5.Development
6.Effects
7.Event
8.Graphics
9.Grid
10.Style
Flex » Container » DividedBoxScreenshots 
Use VDividedBox
Use VDividedBox
       

<?xml version="1.0" encoding="utf-8"?>
<mx:Application xmlns:mx="http://www.adobe.com/2006/mxml">
    <mx:Panel layout="horizontal" width="100%" height="100%" title="this is a test">
        <mx:VDividedBox width="200" height="100%">
            <mx:List width="100%" height="200">
            </mx:List>
            <mx:List width="100%">
            </mx:List>
        </mx:VDividedBox>
    </mx:Panel>
</mx:Application>

   
    
    
    
    
    
    
  
Related examples in the same category
1.Making a dashboard with DividedBoxMaking a dashboard with DividedBox
2.Creating a DividedBox, HDividedBox, and VDividedBox containerCreating a DividedBox, HDividedBox, and VDividedBox container
3.Use VDividedBox to hold ListUse VDividedBox to hold List
4.Use DividedBoxUse DividedBox
5.Use HDividedBoxUse HDividedBox
ww_w___._j_a__v___a2__s.___c_om_ | Contact Us
Copyright 2009 - 12 Demo Source and Support. All rights reserved.
All other trademarks are property of their respective owners.