Windows phone create side menu bar like Facebook

后端 未结 4 1103
粉色の甜心
粉色の甜心 2021-01-02 20:40

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

4条回答
  •  渐次进展
    2021-01-02 21:17

    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.

提交回复
热议问题