I'm making my first step in to creating Universal applications - does anyone know what the top bar control is in the Alarms and Clock app?
I noted that the middle section is a Pivot and it's switching between PivotItems - but when you change the top icons are highlighted based on the PivotItem
Is it just a Grid with different buttons that are highlighted depending on the SelectedIndex of the Pivot control? Or is it a specific control that hasn't been documented yet?
They're just using a pivot with a custom header template.
This should provide some insight: https://msdn.microsoft.com/en-us/library/windows/apps/dn997788.aspx