开发者

WP7 alternative to tabs

开发者 https://www.devze.com 2023-04-02 16:03 出处:网络
I have a mobile app. On the two major smartphone platforms, I employ tabbed UI - there are 3-4 s开发者_如何学编程creens with pretty much independent functionality, they exchange info very occasionally

I have a mobile app. On the two major smartphone platforms, I employ tabbed UI - there are 3-4 s开发者_如何学编程creens with pretty much independent functionality, they exchange info very occasionally, most of the time screen switching is performed by the user, in arbitrary order.

Windows Phone 7 does not have a tab control, and page navigation assumes a stack model (you go back to where you came from). What would be a sensible WP7 alternative to that kind of UI?


The general Phone-7 replacement for the tab paradigm would be either a Pivot or a Panorama. Which you choose depends a lot on exactly on what you're showing, but generally speaking the Pivot is probably what you're after.


I would recomend a pivot control


WP7 UI is built around the metro style and it was a deliberate choice to not have a tab control. (have a look at the official guidelines here) I would recommend you use a metro control like panorama or pivot.

0

精彩评论

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