Silverlight Project - Slide-in and out Panel - How?
Posted
by user118190
on Stack Overflow
See other posts from Stack Overflow
or by user118190
Published on 2010-06-18T06:38:20Z
Indexed on
2010/06/18
6:43 UTC
Read the original article
Hit count: 1084
I don't know what exactly this feature is, but I would like to simulate this in my Silverlight project. I am a C# developer and am moving to Silverlight and Expression Studio (Blend) for richer UX. Let's say I have some user controls and would like them to come into the screen (slide-in and out) as shown in the following site I found:
http://www.templatemonster.com/silverlight-templates/28722.html
On the menu, as one clicks on the menu item, the 'screen' slides to the left and then a new 'screen' slides in from the left to right.
I really want to learn this stuff, but don't know what these 'features' are called? For example what are these 'screens' called in the xaml world? Also, what is the 'slide-in/out' called in the xaml world? Can someone point me to a good article/whitepaper?
Thanks in advance for any advice.
© Stack Overflow or respective owner