Open
Description
Description:
So I have a carouselview and when using CSharpMath above 0.4.0 when adding more than 5 items to the carouselview, it will simply just loop through the first 5 items even though Loop = False and when using Debug.Writeline, it shows the correct data. Using CSharpMath version 0.3.0 the carouselview works perfectly fine.
Steps to Reproduce:
I made a github repo where I reproduce the issue: https://github.com/ViDanMaster/CarouselViewSample
Expected Behavior:
Carouselview rotates through all 20 items
Actual Behavior:
Carouselview repeats the first 5 items 4 times