A ControlBar with a Spacer : ControlBar « Components « 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 » Components » ControlBarScreenshots 
A ControlBar with a Spacer
         
<?xml version="1.0" encoding="utf-8"?>
<mx:Application xmlns:mx="http://www.adobe.com/2006/mxml" layout="vertical" backgroundColor="#cccccc">
  <mx:Panel title="A ControlBar with a Spacer" width="300">
    <mx:Label text="Label 1"/>
    <mx:Label text="Label 2"/>
    <mx:Label text="Label 3"/> 
    <mx:ControlBar>
      <mx:Button label="Button 1"/>
      <mx:Spacer width="100%"/>
      <mx:Button label="Button 2"/>
    </mx:ControlBar> 
  </mx:Panel>
</mx:Application>

   
    
    
    
    
    
    
    
    
  
Related examples in the same category
1.Creating a ControlBar containerCreating a ControlBar container
2.Add controls to ControlBar
3.Controlbar with vertical ruleControlbar with vertical rule
w__w__w___.j___a___v__a_2__s___.___c___om___ | Contact Us
Copyright 2009 - 12 Demo Source and Support. All rights reserved.
All other trademarks are property of their respective owners.