I need the application bar in landscape view when windows phone is in landscape mode(like IE). Because when in the landscape mode, the application bar is in the right or left side so some of my contents(links) are not visible(link). Can anyone help me? Thanks in advance for your hard work!
Share
As described here there no possible solution with native application bar. But you can use some third-party controls like this.
Here the idea: you can put your RoundButtons provided by Coding4Fun toolkit into a separate Grid. And then attach this Grid to the bottom of your XAML page. In such case you will emulate Application Bar.