【发布时间】:2012-06-05 12:33:32
【问题描述】:
我有一个 VGRoup,如果内容太长,它会自动获取滚动条。
我想给滚动条换皮(让它变宽)。我该怎么做?
<s:Panel title="Replay" width="95%" height="860" top="920" horizontalCenter="0">
<s:VGroup id="vgroup" left="10" right="10" top="10" bottom="10">
<s:List id="list" height="100%" width="100%" itemRenderer="ListRenderer" />
</s:VGroup>
</s:Panel>
【问题讨论】:
-
你可以参考这个链接,这可能会有所帮助dgrigg.com/blog/2010/07/06/…
标签: flash apache-flex mxml