VisualStateManager for WPF and Silverlight

Posted by Allen Ho on Stack Overflow See other posts from Stack Overflow or by Allen Ho
Published on 2010-03-22T01:43:15Z Indexed on 2010/03/22 1:51 UTC
Read the original article Hit count: 441

Filed under:
|
|

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...

© Stack Overflow or respective owner

Related posts about wpf

Related posts about Silverlight