Tim
Tim

Reputation: 1769

Remove three dot of applicationbar in WP7

see the application bar in WP7, for example this one : alt text

You have the + icon and the - icon. On the right, there's three dot ...

How can I remove them (I found them ugly) and the fonctionnaly ?

Thanks in advance for any help

Upvotes: 0

Views: 658

Answers (2)

Filip Skakun
Filip Skakun

Reputation: 31724

One option which I think was added in Mango is to set the Mode of the ApplicationBar to ApplicationBarMode.Minimized. The dots will still be there, but the bar will take 32 pixels instead of 72 pixels from the bottom of the screen.

Upvotes: 1

Joshua Weinberg
Joshua Weinberg

Reputation: 28688

The 3 dots are a button, they hide/show the menu items on the bottom of the AppBar.

Upvotes: 4

Related Questions