Skip to content

Demonstrates issue #25991 where CarouselView jumps to first item when collection updated [Windows]

Notifications You must be signed in to change notification settings

Mark-NC001/CarouselViewIssue

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

2 Commits
 
 
 
 
 
 

Repository files navigation

This is a project to demonstrate an issue with CarouselView in Windows.

The issue is described here: dotnet/maui#25991

Run the app, and it will populate a CarouselView with 2 people, Person 1 and Person 2. It will show the first item in the collection, Person 1. Click the Show Person 2 button and the CarouselView will scroll to the 2nd person as expected. Click the Add Person button - a new person will be added to the underlying collection. Notice how the CarouselView is now selecting Person 1! It should have stayed on Person 2!

About

Demonstrates issue #25991 where CarouselView jumps to first item when collection updated [Windows]

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages