Reputation: 69
Please follow the link http://msdn.microsoft.com/hi-in/default.aspx and see the top right corner of the page.
There you will find a "Microsoft.com" expander. When you move the mouse over it, it displays as a popup and grows. When you move your mouse off of it the window shrinks back. I want to mimic this effect in my WPF application using C#.
Upvotes: 1
Views: 409
Reputation: 178760
Not sure why you're being modded down. You can use a Popup
control and animate its size.
Upvotes: 2