I want to create a tabbed UI in windows phone app’s single page.
Closest example would be tabbed UI of MS Office.
When I tap on a tab(which can be a button as well), the available buttons in a stackpanel below should change.
What is the best way to achieve this?
I have quite a lot of buttons in 1 panel and there are numerous tabe(3-4). So, manual assignment is not an option.
The Windows Phone equivalent of a tabbed UI control is the Pivot control.
In the example below (taken from PicFx – Windows Phone Picture Effects Application – Part 1) there are two “tabs” (or pivot items): Picture and Effects.