2

I have a mobile app. On the two major smartphone platforms, I employ tabbed UI - there are 3-4 screens 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?

Seva Alekseyev
  • 59,826
  • 25
  • 160
  • 281

3 Answers3

4

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.

ctacke
  • 66,480
  • 18
  • 94
  • 155
3

I would recomend a pivot control

Smetad Anarkist
  • 898
  • 9
  • 19
3

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.

Tom Squires
  • 8,848
  • 12
  • 46
  • 72