Silverlight like login/register control in WPF

Posted by user293545 on Stack Overflow See other posts from Stack Overflow or by user293545
Published on 2011-01-13T20:51:34Z Indexed on 2011/01/14 1:53 UTC
Read the original article Hit count: 425

Filed under:

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

© Stack Overflow or respective owner

Related posts about wpf