Adding header menus (HTML)

[ This article is for Windows 8.x and Windows Phone 8.x developers writing Windows Runtime apps. If you’re developing for Windows 10, see the latest documentation ]

A header menu is part of the hierarchical navigation pattern for Windows Store apps. It offers the user a shortcut to navigate to different sections of your app without needing to click the back button and drill into another section. The items in the header menu should match the sections of your hub that the user can drill into. At the bottom of the list, you should include an item to return to your hub, or home.

In this section

Topic Description

Quickstart: add a header menu

This quickstart explains how to add a header menu to your Windows app using JavaScript.