This is a migrated thread and some comments may be shown as answers.

TiltEffect doesn't work with RadDataBoundListBox

1 Answer 32 Views
DataBoundListBox
This is a migrated thread and some comments may be shown as answers.
This question is locked. New answers and comments are not allowed.
Zhongmin
Top achievements
Rank 1
Zhongmin asked on 18 Dec 2013, 01:21 PM

<DataTemplate x:Key="DataTempleteBuild" >
            <Grid Margin="0,0,0,19" toolkit:TiltEffect.IsTiltEnabled="True" Tap="BuildGridTap">
 
             ......
           </Grid>
</DataTemplate >




<phone:PanoramaItem Header="cards">
                <Grid Margin="12,0,0,0">
                    <ListBox Name="ListBuilds"
                            ItemTemplate="{StaticResource DataTempleteBuild}"
                            >
                    </ListBox>
                </Grid>
  </phone:PanoramaItem>




If I use Listbox, the toolkit:TiltEffect.IsTiltEnabled="True" does make effect ( when tap the item in the list, the item can

 provide motion during manipulation).

However, once I replace the  ListBox with RadDataBoundListBox,   toolkit:TiltEffect.IsTiltEnabled="True" make no effect any more...











1 Answer, 1 is accepted

Sort by
0
Victor
Telerik team
answered on 21 Dec 2013, 02:47 PM
Hello Zhongmin,

Are you using the Windows Phone toolkit for the tilt effect. If so, we do not support the windows phone toolkit. On the other hand, we have a TiltInteractionEffect that you can use to achieve the same effect.

Regards,
Victor
Telerik
TRY TELERIK'S NEWEST PRODUCT - EQATEC APPLICATION ANALYTICS for WINDOWS PHONE 7.
Learn what features your users use (or don't use) in your application. Know your audience. Target it better. Develop wisely.
Sign up for Free application insights >>
Tags
DataBoundListBox
Asked by
Zhongmin
Top achievements
Rank 1
Answers by
Victor
Telerik team
Share this question
or