【发布时间】:2012-07-21 20:25:02
【问题描述】:
我在 Flex 4 中有以下 <s:Group> 组件示例:
<s:Group left="10" top="10" right="10">
<s:layout>
<s:HorizontalLayout gap="20"/>
</s:layout>
<s:Image id="image" source="{data.imageURL}"/>
<s:Label right="0" styleName="description" text="{data.description}"/>
</s:Group>
如果<s:Label> 组件对于组内的图像宽度和标签的宽度都太长,是否可以将它换行?
感谢您的宝贵时间。
【问题讨论】:
标签: actionscript-3 flash apache-flex actionscript flex4