Flex 3 ComboBox 皮肤,限制文本宽度
我通过扩展 mx.skins.ProgrammaticSkin 创建了一个 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.
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(1)
您需要根据控件宽度更新标签的宽度。
you need to update the width of the label according to the control width.