Tagged Questions
0
votes
0answers
24 views
Change state from a seperate control window
Is it possible to change the states in a user control based on something occurring within a separate user control window? The separate control window is within the parent window via a content ...
0
votes
1answer
280 views
How to get VisualStateGroup properties from a UserControl to reference in the ViewModel in Silverlight 4 C# code?
I'm trying to make visual states available in the ViewModel as some sort of enumeration (so that I don't have to use string literals or manually create and update static properties in order to be able ...