Search code examples
c#xamlwindows-phone-8.1appbar

I can't create an AppBar in windows phone 8.1 c#/Xaml


So i m trying to create a TopAppBar but so far I didn't managed to do it.

I tried this code but BottomAppBar is not found inside the Page type. How can i add AppBar in Windows Phone 8.1

I tried through Blend but the thing weird is that I have the AppBarButton control but not the AppBar control.

I dont know how to have the Appbar control.

Thanks !


Solution

  • In your designer page (i.e Mainpage.xaml) find the page tag "" and in the properties window you can directly add appbar by clicking on new

    Remember You can find this Bottom appbar only in page control

    enter image description here