Qasim
Qasim

Reputation: 215

Application bar icons name

How could I make the application bar setting or any other changes so that the names below the application bar icon are displayed by default when the page is loaded without any user interaction. Like in the this Image, but in the image at that link user had to click on the application bar dots in order to show the names below the icons. I know its possible because I had seen in some application on my phone.

Upvotes: 3

Views: 263

Answers (1)

MrMDavidson
MrMDavidson

Reputation: 2735

There's no way to do this with the current version (7.1.1) of the SDK. The ApplicationBar's Mode property only has two states; ApplicationBarMode.Default (ie. Normal state, displays any icons, but not their text, and the ellipsis to see menu items) and ApplicationBarMode.Minimized which shows only the ellipsis, and no icons, until expansion. See ApplicationBar.Mode for more information.

Upvotes: 2

Related Questions