I am new to Windows Phone 7 development and I\'m trying to create side menu bar like the one used on Facebook.
I have created usercontrol and added but
Well there is not an easy way to do that like iOS. But you can use Visual State Manager.
Basically, Shape a bigger screen than your stage. Then, you need to create a state which will shift your screen a little bit left in the stage and you can use a button. You need to call the state on button's on click method.
PS: Do not use storyboard. Use the States it is easiest way to do that.