Sujiz
Sujiz

Reputation: 1740

How to add Tabs in windows phone

I am new to windows phone.Is there any option to add tabs in visual studio for windows phone.In my project I have to add 3 tabs.I can't find an option for adding tabs.If any one knows please help me

Upvotes: 2

Views: 3183

Answers (2)

Den
Den

Reputation: 16826

Although tabs are not recommended by the default design guidelines, you can still use them if you really want to. Guide here.

Pivot or Panorama would be a much better choice, making the applications more consistent with the system UI.

Upvotes: 2

moonlightdock
moonlightdock

Reputation: 1358

Using pivot control would be more appropriate for wp7 apps.

http://msdn.microsoft.com/en-us/library/ff941123(v=vs.92).aspx is a good place to start.

To make appealing apps follow design guidelines for windows phone. http://msdn.microsoft.com/en-us/library/ff637515%28v=VS.92%29.aspx and http://msdn.microsoft.com/en-us/library/hh202915(v=VS.92).aspx

AFAIK, there is no tab control for WP7 as it doesn't fit in with the modern Metro look.

Upvotes: 6

Related Questions