Use DividedBox : 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 DividedBox
Use DividedBox
       


<?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:DividedBox direction="vertical" width="200" height="100%">
            <mx:List width="100%" height="200">
            </mx:List>
            <mx:List width="100%">
            </mx:List>
        </mx:DividedBox>
        <mx:Canvas width="100%" height="100%">
            <mx:Button bottom="10" right="10" label="Save"/>
        </mx:Canvas>
    </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 VDividedBoxUse VDividedBox
4.Use VDividedBox to hold ListUse VDividedBox to hold List
5.Use HDividedBoxUse HDividedBox
ww__w___.__j__a__v_a___2__s__.c__o_m__ | Contact Us
Copyright 2009 - 12 Demo Source and Support. All rights reserved.
All other trademarks are property of their respective owners.