VisualStateManager for WPF and Silverlight
- by Allen Ho
When you do code like
VisualStates.GoToState(this, useTransitions, VisualStates.StateNormal);
I believe this code will only work for Silverlight apps.
will this affect the way a WPF app works...
Trying to incorportae controls that can be shared between both silverlight and WPF apps and was just wondering what were the main pitfalls were...