Silverlight like login/register control in WPF
- by user293545
If you have created a silverlight business application you will see that in the top righthand corner on the menu is a login hyperlink.
Pressing it opens up a childwindow that displays a login control, within that control is another hyperlink that says "Register" if you press it, it flips the control 180 degrees around from the login control to the register control.
I really like this type of animation and want to do something similar in WPF for a project I am working on. However I am not sure how to do it, has anyone done this or knows where I can find some more information on how to achieve it?
Thank you