TiltEffect and LongListSelector

前端 未结 6 1318
遇见更好的自我
遇见更好的自我 2021-02-19 07:26

I am trying to use the TiltEffect from the Silverlight toolkit within a LongListSelector. This is how the element is declared in XAML:

         


        
6条回答
  •  一个人的身影
    2021-02-19 08:02

    TiltEffect.IsTiltEnabled="True" goes on the PhoneApplicationPage element, change your ItemTemplate to contain a button and it will work.

提交回复
热议问题