Or maybe the FlowBox component:

http://code.google.com/p/flexlib/wiki/ComponentList

Tracy

 

________________________________

From: flexcoders@yahoogroups.com [mailto:[EMAIL PROTECTED] On
Behalf Of Tracy Spratt
Sent: Wednesday, September 05, 2007 3:44 PM
To: flexcoders@yahoogroups.com
Subject: RE: [flexcoders] tile component width problems

 

Someone has done a component like this.  Try google.

Tracy

 

________________________________

From: flexcoders@yahoogroups.com [mailto:[EMAIL PROTECTED] On
Behalf Of Mark
Sent: Wednesday, September 05, 2007 1:58 PM
To: flexcoders@yahoogroups.com
Subject: [flexcoders] tile component width problems

 

<mx:Tile direction="horizontal" borderStyle="none" width="100%" 
horizontalGap="5" verticalGap="5" paddingTop="5" height="100%">
<mx:Repeater id="rDO" dataProvider="{myACDO}">
<mx:CheckBox id="repDO" label="{rDO.currentItem}" selected="true" 
enabled="false"/>
</mx:Repeater>
</mx:Tile>

The Tile component determins the width from the largest option, is 
there a way to change it so there's only padding of about 3 on each 
side? One of my checkBox labels is about 3 times longer than all the 
rest so instead of repeating them across then down it only goes down 
because of that one label. Is there a way to do this?

Mark

 

Reply via email to