Tag: App Bar
-
Working with app bar in WinJS based Windows Store Application
In this post we will learn to work with the app bar in a WinJS based Windows Store application. Let us start with creating an app bar. The app bar can be created by setting the data-win-control value of a div to WinJS.UI.AppBar. Now you can add command buttons in an app bar as…