I'm developing a Windows Phone 8 application. In this, I want to add tilt-effect to all my controls (Button, LongListSelector, etc). Could you please tell me how to add tilt effect in Windows Phone 8 Application controls?
How to add tilt effect to LongListSelector?
706 views Asked by user2636874 At
2
There are 2 answers
0
On
Please do a little more research yourself, a simple Google-search got me this:
And from that article, you can go to:
Try putting TiltEffect.IsTiltEnabled="true" in the Longlistselector.
Add this in the constructor of the cs page of your xaml.
This will work.