I have a behavior that changes the visual state based on the page's orientation (portrait/landscape). I have a ListBox with a somewhat complex DataTemplate for its ItemTemplate. Is it possible to change the ItemTemplate from a VisualState's Storyboard? My XAML karma is low, and Blend doesn't let me do it (it changes the original ItemTemplate, it doesn't add a storyboard entry).
And remember, this is for Windows Phone 7 (thus Silverlight 3).