Hi there

Does anyone know how to control the padding / margin amounts between
UI items, some kind of a container command equivallent to
childPaddingLeft/Right.

I have a TileList that contians a item-rendered component that
contians 2 labels. I am struggling to shift the 1 label closer to the
other. Here is the code:

<mx:TileList columnCount="4" direction="horizontal"
verticalAlign="top" itemRenderer="MyListItem">
</mx:TileList>

The component item, MyListItem:
<mx:Canvas xmlns:mx="http://www.adobe.com/2006/mxml"; height="20"
horizontalScrollPolicy="off" verticalScrollPolicy="off" autoLayout="true">
        <mx:HBox>
        <mx:Label text="{data.number}." />
        <mx:Label text="{data.text} />
        </mx:HBox>
</mx:Canvas>






------------------------ Yahoo! Groups Sponsor --------------------~--> 
Check out the new improvements in Yahoo! Groups email.
http://us.click.yahoo.com/6pRQfA/fOaOAA/yQLSAA/nhFolB/TM
--------------------------------------------------------------------~-> 

--
Flexcoders Mailing List
FAQ: http://groups.yahoo.com/group/flexcoders/files/flexcodersFAQ.txt
Search Archives: http://www.mail-archive.com/flexcoders%40yahoogroups.com 
Yahoo! Groups Links

<*> To visit your group on the web, go to:
    http://groups.yahoo.com/group/flexcoders/

<*> To unsubscribe from this group, send an email to:
    [EMAIL PROTECTED]

<*> Your use of Yahoo! Groups is subject to:
    http://docs.yahoo.com/info/terms/
 



Reply via email to