microsoft / xaml-standard

XAML Standard : a set of principles that drive XAML dialect alignment
Other
804 stars 50 forks source link

Add NavigationBar #130

Open insinfo opened 7 years ago

insinfo commented 7 years ago

NavigationBar Navigation bars allow you to present your app’s content in an organized and intuitive way. A navigation bar is displayed at the top of the screen, and contains buttons for navigating through a hierarchy of screens. A navigation bar generally has a back button, a title, and a right button. The most common way to use a navigation bar is with a navigation controller. You can also use a navigation bar as a standalone object in your app.

navigationbar 2 navigationbar

birbilis commented 7 years ago

a Tiled view should be able to persist rearrangement of its tiles though

insinfo commented 7 years ago

@birbilis I agree

insinfo commented 7 years ago

I've separated the controls into different posts