wasteam / waslibs

Windows App Studio WinRT XAML & UWP Libraries
MIT License
314 stars 133 forks source link

Issue with Carousel #49

Open kinju4374 opened 8 years ago

kinju4374 commented 8 years ago

I am adding images in Carousel Control dynamically so sometimes there is 1 image, 2 images, etc. Now the issue is even it has one image, I am getting next button and it keeps on showing the same image. Same with 2 images, when the last image is reached, when clicking on Next it shows the first image again.

Can we stop it when it reaches last image?

javitosanchez commented 8 years ago

The name Carousel comes from the fact that the items presented has no end (like a carousel). If you don't want this behaviour you can use the SliderView.

Works for you?

kinju4374 commented 7 years ago

Hi, In carousel control can we add a small caption for each image? I tried changed the ContentTemplate but it didn't work. Can you let me know if it is possible or not? I have a requirement to show image caption at bottom of each image.