0
votes
1answer
331 views

On Mouse over / on Getting focus, The Button Disappers in windows 8 metro app, How to disable that effect?

In Many places in my application i am using buttons in the UI but my doubt is :- 1)when a button gets focus or when it is getting mouse over also , the button background disappears (i.e, it becomes ...
0
votes
0answers
147 views

XAML: Set styles of certain cotnrols in Visual State

Little question: I have a small C#/XAML Metro app. Depending on the underlying data item, a stackpanel is filled dynamically with input controls. The input controls all have one specific style and can ...