"i cannot apply a custom style for an appbarbutton inside a commandbar in wp 8.1" Code Answer

3

the commandbar on windows phone is system ui and cannot be customized by the app beyond setting it's foreground and background colors.

if you want to customize the individual buttons you'll need to implement your own panel for them instead of using the app bar. you can place a horizontal stack panel at the bottom of your page and include customized appbarbuttons in it. if you want it to shoe and hide you will need to set your own logic to detect the triggering input and then apply an animation to side it open and closed.

By TylerH on January 3 2022

Answers related to “i cannot apply a custom style for an appbarbutton inside a commandbar in wp 8.1”

Only authorized users can answer the Search term. Please sign in first, or register a free account.