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

[Android] RemainingItemsThresholdReachedCommand of CarouselView is not triggered #25574

Open
wants to merge 1 commit into
base: main
Choose a base branch
from

Conversation

kubaflo
Copy link
Contributor

@kubaflo kubaflo commented Oct 29, 2024

Description of Change

The RemainingItemsThresholdReachedCommand is never triggered on Android when carousel view has the loop property set to true (a default value)

The cause of it is this overriden ItemCount property

Screenshot 2024-10-29 at 14 52 29 Screenshot 2024-10-29 at 14 50 29

I'm not sure if it is a desired behaviour or not, but on iOS and Windows this is not the case

Issues Fixed

Fixes #24571

@kubaflo kubaflo requested a review from a team as a code owner October 29, 2024 14:00
@dotnet-policy-service dotnet-policy-service bot added the community ✨ Community Contribution label Oct 29, 2024
Copy link
Contributor

Hey there @kubaflo! Thank you so much for your PR! Someone from the team will get assigned to your PR shortly and we'll get it reviewed.

@kubaflo kubaflo added platform/android 🤖 area-controls-collectionview CollectionView, CarouselView, IndicatorView labels Oct 29, 2024
@jsuarezruiz
Copy link
Contributor

/azp run

Copy link

Azure Pipelines successfully started running 3 pipeline(s).

@kubaflo
Copy link
Contributor Author

kubaflo commented Nov 15, 2024

Hi! @rmarinho what do you think?

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
area-controls-collectionview CollectionView, CarouselView, IndicatorView community ✨ Community Contribution platform/android 🤖
Projects
None yet
Development

Successfully merging this pull request may close these issues.

[Android] RemainingItemsThresholdReachedCommand of CarouselView is not triggered
2 participants