flex tabnavigator 剪切标签
我的 TabNavigator
有问题。选项卡的标签被截断,一旦用户将鼠标放在选项卡上,它就会再次重新绘制。是否有办法以编程方式重绘选项卡的标签?
I have a problem with the TabNavigator
. The labels of the tabs are getting truncated and once the user places their mouse over the tab it redraws again. Is there anyway to redraw the label of the tab programmatically?
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(3)
您可能还需要考虑
SuperTabNavigator
在 FlexLib 中。You may also want to consider the
SuperTabNavigator
in FlexLib.尝试将 Spark TabBar 与取而代之的是 ViewStack。
Try using a Spark TabBar with a ViewStack instead.
我在使用 TabNavigator 时遇到了同样的问题。它与我的 TabNavigator 所在的 TitleWindow 有关。
这是一个很酷的解决方案 - How to Show a Tab Navigator in a Popup Window
I had the same problem with TabNavigator. It was related to TitleWindow where my TabNavigator was located.
This is cool solution from - How to Show a Tab Navigator in a Popup Window