Reputation: 1769
see the application bar in WP7, for example this one :
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
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
Reputation: 28688
The 3 dots are a button, they hide/show the menu items on the bottom of the AppBar.
Upvotes: 4