Reputation: 173
I am trying to implement a layout like the one in the MSN News app on my app for Windows 10
I want to replicate a menu like the one that says "All, Top Stories, US" and such. I have tried ListBox, AppBar and CommandBar and nothing seems to resemble this layout. Which controller should I use?
Upvotes: 2
Views: 360
Reputation: 31724
Check out the Pivot
control. You can find out what elements any UWP XAML apps are made of by debugging them with VS and using the Live Visual Tree view.
Upvotes: 2