You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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.
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
The text was updated successfully, but these errors were encountered: