CStruggle
CStruggle

Reputation: 173

UWP Menu XAML Controls

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?

Upvotes: 2

Views: 360

Answers (1)

Filip Skakun
Filip Skakun

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

Related Questions