I created a navigation app using silverlight templates. I do have 4 tabs named Home, About, Info, Maps Now when i select anyone it works fine but it doesn’t look like which one is selected. As there is no color change for the selected one tab.
Please suggest me how can i change the color of selected Tab ?
Thanks
I have never played explicitly with this myself, but with the default styles this behaviors is there
In the code behind:
Notice the goto state Active of inactive. This code comes from the default template of a navigation silverlight project.
Keeping the StaticResource of the style should fix the issue. Then you could go and create your own style