Release Note1.1 - Add the 'Settings' page to the Nav Pane App Template 1.0 - Initial release with the C# Nav Pane App Template ----------------------------- IntroductionA project template for Universal Windows Platform apps with multiple navigation panes. A navigation pane (or just "nav" pane) is a pattern that allows for many top-level navigation items while conserving screen real estate. The nav pane is widely used for mobile apps, but also works well on larger screens. When used as an overlay, the pane remains collapsed and out-of-the way until the user presses the button, which is handy for smaller screens. When used in its docked mode, the pane remains open, which allows greater utility if there's enough screen real estate. Guidelines for navigation panes Download the source code of this project template Download Nav Pane app as a code sample
How to Use the Template1. Download and Install the Project Template in Visual Studio 2015. 2. Choose the Nav Pane App (Universal Windows) Template in the 'New Project' dialog. 3. Compile and Run the Project |