简体   繁体   中英

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.

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.

The technical post webpages of this site follow the CC BY-SA 4.0 protocol. If you need to reprint, please indicate the site URL or the original address.Any question please contact:yoyou2525@163.com.

 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM