我在带有dataProvider的linkBar中使用带有背景皮肤的linkButtons。 linkButtons中的一些标签太长并且会扭曲linkButton皮肤。如何使所有linkButtons标签具有相同的宽度?
答案 0 :(得分:0)
您可以使用项呈示器以您希望的方式呈现一组数据。
您可以在自定义渲染器中包含大多数组件。
查看以下文章
http://www.adobe.com/devnet/flex/articles/itemrenderers_pt1.html
和
http://www.switchonthecode.com/tutorials/flex-using-item-renderers
希望有所帮助!
干杯,
Ernani
答案 1 :(得分:0)
如果您希望宽度基于文本,则必须预先测量文本以确定最大宽度,然后将该宽度传递给itemRenderers。