Hi Nico,
Thanks for your patience.
Query 1: “lazy load the images”
We checked the reported issue and we have achieved your requirement by enabling the EnableVirtualization. In UI virtualization concept, only the number of items that can be adaptable to the viewport of our device are arranged. Even, if the numerous items have been added to the collection, it loads only the viewport adaptable count of the carousel Items.
Code Snippet:
sFCarousel. EnableVirtualization = true; |
There is another way to achieve your requirement by using Load More. The LoadMore view is added after the last item in the collection of carousel view. When tapping the LoadMore view, the next set of items in the collection can be added to the carousel based on the LoadMoreItemsCount.
Code Snippet:
sFCarousel. AllowLoadMore= true;
sFCarousel.LoadMoreItemsCount = 10; |
sF |
Query 2: “The Carousel does not have a Delegate property and the SFCarouselDelegate is not existing”
Currently we are revamping the existing documentation and we will modify and publish on or before the upcoming Vol 1 SP release.
We appreciate your patience until then.
Regards,
Anand Raj S.