Hello,
I have been struggling with this for months and months now and can't seem to get my head around this.
I have a Silverlight application with a listbox and a button in the app bar. The listbox has an Items source of an observable collection in my view model and a datatemplate that displays different polygons depending on the data in the observable collection.
What I want is for the polygons in the listbox to do a full rotation when the button in the app bar is clicked.
I have tried to achieve this with storyboards, visual states and everything else I have been able to find online but I haven't yet been successful.
If someone would be able to supply an example of how this might be done I would be VERY grateful.
Thanks in advance,
Daniel