We're porting our win32 app to Windows RT. In our app, the win32 tab control is heavily used. However, we could not find a tab control or something similar in XAML controls (http://msdn.microsoft.com/en-us/library/windows/apps/jj203560.aspx).
Could someone point out which XAML control serves the same purpose as win32 tab?
Well, after browsing all the XAML controls, I think the FlipView control plays the most similar role to win32 tab control, with FlipViewItems being analog to child dialogs within the tab. But I couldn't find a C++/XAML code sample for FlipView.