Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Carouselview cache not working properly with csharpmath 0.4.0+ versions #223

Open
ViDanMaster opened this issue Mar 27, 2023 · 0 comments
Open
Labels
Status/0. New This issue is new and is awaiting confirmation from the maintainers. Type/Bug

Comments

@ViDanMaster
Copy link

ViDanMaster commented Mar 27, 2023

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

@ViDanMaster ViDanMaster added Status/0. New This issue is new and is awaiting confirmation from the maintainers. Type/Bug labels Mar 27, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Status/0. New This issue is new and is awaiting confirmation from the maintainers. Type/Bug
Projects
None yet
Development

No branches or pull requests

1 participant