1
votes

I am developing windows phone 8.1 app. In windows phone 8 app bar has property known as mode which when set to minimized collapses the app bar. What is the equivalent property or way in win phone 8.1 to collapse the app bar

1

1 Answers

0
votes

AppBar.hide is what you're looking for. It's as straightforward as it sounds! :-)