Flex 3 ComboBox 皮肤,限制文本宽度

发布于 2024-09-05 07:39:52 字数 212 浏览 5 评论 0原文

我通过扩展 mx.skins.ProgrammaticSkin 创建了一个 ComboBox 皮肤。它工作正常,但我不知道如何限制文本的宽度。有没有办法在皮肤内控制它?

请参阅附图,了解文本过度的示例。我希望它停在向下箭头左侧的分隔线之前。

ComboBox 中的文本超出范围

I've created a ComboBox skin by extending mx.skins.ProgrammaticSkin. It's working fine, except I can't figure out how to limit the width of the text. Is there a way to control this within the skin?

See the attached image for an example of the text going too far. I would like it to stop before the separator line to the left of the down arrow.

Text going too far in ComboBox

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

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

发布评论

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

评论(1

眼角的笑意。 2024-09-12 07:39:52

您需要根据控件宽度更新标签的宽度。

you need to update the width of the label according to the control width.

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