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
When a current item is set to a value that doesn't exist in the CarouselView's items source, the carousel incorrectly scrolls to the last item in a looped carousel.
However, when looping is disabled, CurrentItem is updated, but no scroll occurs.
iOS_LoopedCarousel
iOS_NonLoopedCarousel
LoopedCarousel.mov
NonLoopedCarousel.mov
Steps to Reproduce
Download the attached sample.
Run the sample on an Android or iOS.
Tap the "Select Item 14" button (note that item 14 is an invalid item).
Observe that the carousel automatically scrolls to the last item in the item source.
Description
LoopedCarousel.mov
NonLoopedCarousel.mov
Steps to Reproduce
SampleRepo.zip
Link to public reproduction project repository
No response
Version with bug
9.0.120
Is this a regression from previous behavior?
No, this is something new
Last version that worked well
No response
Affected platforms
Android, iOS
Affected platform versions
No response
Did you find any workaround?
No response
Relevant log output