Flex, HBox: how to horizontally center all children ?

Posted by Patrick on Stack Overflow See other posts from Stack Overflow or by Patrick
Published on 2010-04-18T18:39:52Z Indexed on 2010/04/18 18:43 UTC
Read the original article Hit count: 267

Filed under:

hi,

I cannot center the components in my VBox. I would like to set the standard css element "align: center". How can I do that in Flex ?

<mx:VBox>
    <mx:LinkButton label="Tag1" />
    <mx:Image source="@Embed(source='../icons/userIcon.png')" />
    <mx:Label id="username" text="Nickname" visible="false" fontWeight="bold"   />
</mx:VBox>

thanks

© Stack Overflow or respective owner

Related posts about flex