image slideshow with dispatcher timer in windows store apps
问题 I want to make slideshow image with dispatcher timer in my windows store apps. But, i have a problem: if the image has reached the final image, the slideshow do not want to repeat the slideshow from the first image, but the second image directly. For example: I have 5 images and when it reaches the fifth picture, slideshows do not want a repeat of the first image, but the second image directly. Here is my xaml: <Image x:Name="sceneriesBtn" IsDoubleTapEnabled="False" VerticalAlignment="Bottom"