Flex 3 LinkBut​​ton 宽度:扭曲的皮肤图像

发布于 2024-09-05 19:07:15 字数 134 浏览 5 评论 0原文

我在带有 dataProvider 的 linkBar 内使用带有背景皮肤的 linkBut​​tons。 linkBut​​ton 中的几个标签太长,导致 linkBut​​ton 皮肤变形。如何使所有 linkBut​​tons 标签具有相同的宽度?

I am using linkButtons with a background skin inside a linkBar with a dataProvider. A couple of the labels from the linkButtons are too long and distort the linkButton skin. How can I make all of the linkButtons labels the same width?

如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。

扫码二维码加入Web技术交流群

发布评论

需要 登录 才能够评论, 你可以免费 注册 一个本站的账号。

评论(2

风筝有风,海豚有海 2024-09-12 19:07:16

您可以使用项目渲染器按照您希望的方式渲染一组数据。

您可以将大多数组件包含在自定义渲染器中。

查看以下文章

http://www.adobe.com/devnet/flex /articles/itemrenderers_pt1.html

http://www.switchonthecode .com/tutorials/flex-using-item-renderers

希望有帮助!

干杯,

埃尔纳尼

You can use an item renderer to render a set of data the way you wish.

You can include most of the components in custom renderers.

Check out the following articles

http://www.adobe.com/devnet/flex/articles/itemrenderers_pt1.html

and

http://www.switchonthecode.com/tutorials/flex-using-item-renderers

Hope that helps!

Cheers,

Ernani

何其悲哀 2024-09-12 19:07:16

如果您希望宽度基于文本,那么您必须预先测量文本以计算出最大宽度,然后将该宽度传递到 itemRenderers 中。

If you want the width to be based on the text then you have to pre-measure your text to figure out the max width and then pass that width into the itemRenderers.

~没有更多了~
我们使用 Cookies 和其他技术来定制您的体验包括您的登录状态等。通过阅读我们的 隐私政策 了解更多相关信息。 单击 接受 或继续使用网站,即表示您同意使用 Cookies 和您的相关数据。
原文