Application Bar Icon Icons

How can I customize the application bar or any other changes so that the names below the application bar icon are displayed by default when the page loads without any user interaction. Like in this Image , but in the image by this link the user had to click on the dots of the application panel to show the names under the icons, I know that this is possible because I saw it in the application on my phone.

+3
source share
1 answer

It is not possible to do this with the current version (7.1.1) SDK. A property ApplicationBar Modehas only two states; ApplicationBarMode.Default(i.e. normal state, displays any icons, but not their text, and ellipsis to see menu items) and ApplicationBarMode.Minimized, which shows only ellipses and no icons before extension. See ApplicationBar.Mode for more details .

+2
source

All Articles