0
<mx:HBox left="186" textAlign="center" verticalAlign="middle" backgroundColor="#FF0000" top="155" height="44" width="100%" styleName="biletBar">
<s:Image buttonMode="true" id="prev" source="@Embed(source='arrowLeft.png')"/>
<s:Label text="tickets from 1 to 12 of 48"/>
<s:Image buttonMode="true" id="next" source="@Embed(source='arrowRight.png')"/>
</mx:HBox>
我不能居中這些元素,我應該從左側放置一個塊並添加寬度以將所有這些元素移動到右側?或者如果我把它們都放在另一個盒子裏,但是如何將它們放在中心呢?但是,有沒有更好的方法來做到這一點?如何對齊Adobe Flex中的中心元素