自定义 Flex (4) 选项卡栏
我是 Flex (4) 新手,只是边做边学!最近,我需要使选项卡栏如下所示(从已知站点获得)
我想我有使用皮肤!?如果是的话如何实现这一目标?询问是因为该组件中有按钮!
提前致谢
I 'm new to Flex (4) and just learning by doing! Recently i got the requirement to make a tabbar look like the following (got from a known site)
I think i have to use a skin!? If yes how to achieve this? Asking because this component has buttons in it!
Thanks in advance
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(1)
Flex 4中有一个spark TabBar组件。
为TabBar创建一个新的Skin,这是基于默认的spark.skins.spark.TabBarSkin
在此皮肤中,您将看到有一个显示按钮的DataGroup组件。这些按钮是 TabBar 按钮。
所以你需要更改这些按钮的皮肤:
There is a spark TabBar component in Flex 4.
Create a new Skin for the TabBar this is based on the default spark.skins.spark.TabBarSkin
In this skin, you will see there is a DataGroup component that displays buttons. These buttons are the TabBar buttons.
So you need to change the Skin of these buttons :