Tell me more ×
Stack Overflow is a question and answer site for professional and enthusiast programmers. It's 100% free, no registration required.

I have a view model that has a "IsSearchVisible" property. When it gets set to true I want it to start an animation in the view that slides down the search box. Anyway to achieve this in Silverlight/WP7?

share|improve this question

1 Answer

Here's one approach.

share|improve this answer
I found REALLY interesting this link. Don't know why it's not the accepted answer. – SoMoS Jun 6 '12 at 13:26

Your Answer

 
discard

By posting your answer, you agree to the privacy policy and terms of service.

Not the answer you're looking for? Browse other questions tagged or ask your own question.