Windows phone图片水平移动
Windows phone 8我用ListBox绑定Image 的Source属性,全部图片水平显示,只能看到一张图片,我想要问的是用一个定时器,在单位时间内,让图片自动切换怎么实现???最好有代码??谢谢
<ListBox.ItemTemplate>
<DataTemplate >
<ScrollViewer>
<Image Name="imgAdvertisement" Source="{Binding AdPic}" Tap="imgSubCloud_Tap" Stretch="Fill" Width="480" Height="112"></Image>
</ScrollViewer>
</DataTemplate>
</ListBox.ItemTemplate> 方法太多了,但是需要不断尝试,没有时间给出答案