tags:

views:

242

answers:

3

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#.

A: 

Which part of "Enter a descriptive title - "I need help!" isn't likely to elicit any response" is giving you difficulties?

Daniel Earwicker
One might wonder why you posted an answer instead of a question. ;)
Jonas Elfström
+2  A: 

Not sure why you're being modded down. You can use a Popup control and animate its size.

HTH, Kent

Kent Boogaart
Simucal has done a good job making the question understandable. It wasn't like that from the beginning.
0xA3
thanks Simucal,egards,vinoth
+1  A: 

Take a look at this post at the msdn forum. It explains the use of the popup control a bit. Here's another nice example.

Sorskoot