Click here to Skip to main content
65,938 articles
CodeProject is changing. Read more.
Articles
(untagged)

Top and Bottom Appbar in XAML

0.00/5 (No votes)
14 Jul 2014 1  
Top and Bottom Appbar in XAML

Introduction

This tip shows you how to use app bars to show navigation, commands, and tools that can be hidden away when they aren't needed. You can put an app bar at the top of the page, at the bottom of the page, or both.

  1. Create a new blank App name AppBar:

  2. Right click on Common Folder and add new existing item Add the Style.xaml:

  3. Browse your XAML File and add it your Common Folder:

  4. Add this file as Resource Dictionary in App.xaml:

  5. Add two basic pages in Your App:

  6. Create Your First Top AppBar:

  7. For add style, choose style from properties in which choose local resource and any one style.

  8. Create your Bottom AppBar it has only one button.

  9. It’s a click event of button.

  10. Output of your App TopAppBar and BottomAppBar.

License

This article has no explicit license attached to it but may contain usage terms in the article text or the download files themselves. If in doubt please contact the author via the discussion board below.

A list of licenses authors might use can be found here