【发布时间】:2009-06-15 12:08:06
【问题描述】:
我想在 VBox 下方的一行中显示三个不同的文本,因此我创建了一个 HBox 并将 Text 组件放置在此处:
<mx:HBox width="100%">
<mx:Text text="left" id="textLeft"/>
<mx:Text text="center" id="textCenter"/>
<mx:Text text="right" id="textRight"/>
</mx:HBox>
我希望 id 为“textLeft”的文本位于 HBox 的最左侧,textCenter 位于中心,textRight 位于右侧...
任何解决方案/指针表示赞赏。
【问题讨论】:
标签: apache-flex