You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I want to set a specific color for just one specific AppBar dynamically created, but ThemeManager always override the color of this AppBar. Note than there is others AppBar that need to be overrided, but just one (dynamically created) I dont want this behaviour, I want a custom color. Is that possible?
The text was updated successfully, but these errors were encountered:
If you want to set a specific color for just one specific ApplicationBar, you have to create and attach this ApplicationBar after the page has loaded. You can make use of the Loaded-Event of a PhoneApplicationPage. For example, you can put the following code inside your constructor of the Page:
I want to set a specific color for just one specific AppBar dynamically created, but ThemeManager always override the color of this AppBar. Note than there is others AppBar that need to be overrided, but just one (dynamically created) I dont want this behaviour, I want a custom color. Is that possible?
The text was updated successfully, but these errors were encountered: