I am trying to display images from a local variable of type Images List (e.g. BusinessImages)
I set the source of the list as BusinessImages and the image placeholder as BusinessImages.Current.ImageData.
If I set disable-virtualization = False, the carousel widget appears but no images are displayed:
However if I set disable-virtualization = True, the carousel widget does not appear at all. But I read that if I am using dynamic list of images, I need to set disable-virtualization = True.
What should I do?
Hi SL
I adjusted your code a little bit, you can find the oml below. I used an extra var and a listappend to add images to your list. Is this how it is supposed to work?
Kr,
Nick
Hi SL,
Can you share your oml?
Hi here is my carousel setup. Another thing to add: I also get undefined property error when I click on the area where the carousel widget does not appear.
Hi Nick,
I did the same here and it works. This might be the solution, indeed.
Best regards.
Hi it's exactly what I wanted. Thank you so much :D