-2

I already create the application bar in my application.

Now i want create new application bar with exist of old one is present.

Is it possible or not?

Please help me.

Thanks in advance.

selvam
  • 1,177
  • 4
  • 18
  • 40
  • 1
    There is difficult to understand what actually you mean by `i want create new application bar with exist of old one is present`. Could you please clarify? – CAMOBAP Apr 22 '13 at 12:53
  • sorry, my question is any possible for create two application bar in same page or application. – selvam Apr 22 '13 at 13:12
  • Do you want to switch between 2 application bars, or are you try to show two application bars at once? – Paul Annetts Apr 22 '13 at 13:21

1 Answers1

1

If you want to use standard Application Bar component - answer is no.

But you could create your own UI element, which will implement Application Bar behavior and just double it.

But before you start, do you really need to create two appbars? I think that most of users will not understand how to use them.

Artem Zinnatullin
  • 4,305
  • 1
  • 29
  • 43
  • Also you can reuse Application Bar for resources with minimal overhead like [this](http://msdn.microsoft.com/en-us/library/windowsphone/develop/hh394043(v=vs.105).aspx) – CAMOBAP Apr 22 '13 at 13:40