Search code examples
wpfxamlwindows-runtimewindows-10windows-10-mobile

What Windows 10 Control does the Alarms & Clock app use?


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

Alarms and Clock

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?


Solution

  • 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