Flex 3 或 4. 使 TabNavigator 的按钮位于底部

发布于 2024-10-04 01:03:44 字数 180 浏览 4 评论 0原文

是否可以将选项卡放置在 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 技术交流群。

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

发布评论

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

评论(1

恏ㄋ傷疤忘ㄋ疼 2024-10-11 01:03:44

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/

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