uwp xaml - Windows UWP CommandBar Disable hiding of labels -


when page commandbar opens labels displaying below:

enter image description here

however click on 1 of appbarbutton controls command bar becomes compact , labels disappear. need click on ellipsis (more) button see labels again

enter image description here

i can't figure out there way labels display , not auto hide when button pressed. i've looked @ various properties of commandbar , can't figure out.

thanks

solution pretty easy compared modifying template. on onclosing event of commandbar call commandbar.open = true.

i can't take credit though. found here https://social.msdn.microsoft.com/forums/en-us/521a3c71-ff84-4b7b-b2bf-81bf86d545e9/uwpxamlwindows-10-commandbar-modifying-andor-examining-the-ellipse?forum=wpdevelop


Comments

Popular posts from this blog

php - Auto increment employee ID -

php - isset function not working properly -

python - Evaluating the next line in a For Loop while in the current iteration -