waslibs icon indicating copy to clipboard operation
waslibs copied to clipboard

Issue with Carousel

Open kinju4374 opened this issue 8 years ago • 2 comments

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?

kinju4374 avatar Sep 09 '16 06:09 kinju4374

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?

javitosanchez avatar Sep 14 '16 10:09 javitosanchez

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.

kinju4374 avatar May 01 '17 09:05 kinju4374