Reputation: 14399
In landscape mode the ApplicationBar
is placed on the side and it has a default size of 30px
more than it has when phone is in portrait mode.
Upvotes: 1
Views: 1119
Reputation: 4268
This isn't possible - the Application bar is a system resource that is not available for the type of customization you are looking for.
If you are new to the platform, understand it's very unique. Don't try to port an android application 100% by adding the ApplicationBar at the bottom, and definitely don't use it for tabs.
Users expect the behavior of their device - I know when I rotate my phone, the bar buttons will move to the side.
Don't go mucking it up, it's bad UX to change the user's expectations of the platform.
Edit: removed code b/c ApplicationBar.Mode = Minimize doesn't work in landscape
Upvotes: 2