Expander in silverlight
Posted in Silverlight, tagged Accordion, Expander, Silverlight on March 26, 2008 | 17 Comments »
I was trying to do something like ‘Accordion’ in silverlight, but ran into issues with animating the height. I had set the ‘To ‘ value for the double animation(s) in code and still have to figure out why the rotate transform is not rotating at the center
Here is the sample updated to beta 2
Here is [...]