AppBar
AppBar component for Universal Apps
The App Bar displays information and actions relating to the current screen.
The top App Bar provides content and actions related to the current screen. It's used for branding, screen titles, navigation, and actions.
AppBar with Custom Drawer

Footer
To create an app bar that is pinned to the bottom of the page, you can use the -Footer parameter.
Relative Footer
A relative footer always stays at the bottom of the document. If the contents of the page do not take up 100% of the screen height, the footer will be positioned at the bottom of the view. If the content is greater than 100% of the screen height, the footer will only be visible when scrolled to th bottom of the correct.
Fixed AppBar
A fixed AppBar will show even when the screen is scrolled. It will remain stuck to the top. This example creates an AppBar that is fixed with a div that is 10000 pixels high.
API
Last updated
Was this helpful?