Flex 3 或 4. 使 TabNavigator 的按钮位于底部
是否可以将选项卡放置在 TabNavigator 的底部?
目前,我想看看 Flex4 是否可以为我创建位于底部的选项卡。
目前,我可以使用library://ns.tink.ws/flex/mx作为他的positionedTabNavigator,但它看起来很奇怪,当我在选项卡上应用圆角时,它会绕到错误的一端。
Is it possible to place the Tabs on the bottom of a TabNavigator?
Currently, I want to see if Flex4 can create tabs for me positioned on the bottom.
Currently I can use library://ns.tink.ws/flex/mx for his positionedTabNavigator and yet it looks wonky, when I apply rounded corners on the tab, it rounds the wrong end.
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(1)
Flex 4 中没有 TabNavigator(至少不是 Spark 组件),您必须从 TabBar 和 ViewStack 中推出自己的 TabNavigator。好消息是,您可以将 TabBar 放置在任何您想要的位置。
下面是一个示例:http://devgirl.wordpress。 com/2009/11/16/tabbed-navigation-in-flex-4/
There is no TabNavigator in Flex 4 (at least not a Spark component), you have to roll your own out of a TabBar and a ViewStack. So the good news is, you can put the TabBar anywhere you want.
Here's an example: http://devgirl.wordpress.com/2009/11/16/tabbed-navigation-in-flex-4/