2
votes

I am trying to implement a layout like the one in the MSN News app on my app for Windows 10

MSN News navigation bar

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?

1

1 Answers

2
votes

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.