开发者

Adobe Flex: hiding tab bar in tabNavigator

开发者 https://www.devze.com 2023-01-06 13:07 出处:网络
Does anyone know how to hide the tab bar up top on开发者_JS百科 a flex tabnavigator component?I don\'t want to see the tab bar at all and I don\'t need to click on it (I have an automated iterator thr

Does anyone know how to hide the tab bar up top on开发者_JS百科 a flex tabnavigator component? I don't want to see the tab bar at all and I don't need to click on it (I have an automated iterator through the tabs).

I have tried .removeChildren, hideElementAt() with no success. Thanks for any input!

Regards,

Joseph


I'd recommend using a ViewStack container instead. It's basically a tab navigator without the tabs.

0

精彩评论

暂无评论...
验证码 换一张
取 消