In Silverlight is it always best to use the VisualStateManager when changing the template of of a control like a button?
Or is there support for triggers like Data Triggers in Silverlight?
Im just trying to keep things consistent between WPF and Silverlight applications at work.
Or should I just use VisualStateManager for both WPF and Silverlight applications.
WPF does now support the
VisualStateManagerwhereas Siverlight doesn’t have Triggers in the same way WPF does.So if you want to keep as much as possible consistent then use the
VisualStateManager.