当前位置: 代码迷 >> Windows Mobile >> Windows phone图片水准移动
  详细解决方案

Windows phone图片水准移动

热度:92   发布时间:2016-04-25 07:21:02.0
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>
windows?phone

------解决方案--------------------
方法太多了,但是需要不断尝试,没有时间给出答案
  相关解决方案