Home > Software design >  CarouselView in .Net MAUI: CurrentItem and Position do not work
CarouselView in .Net MAUI: CurrentItem and Position do not work

Time:11-20

I noticed that CarouselView in my .Net MAUI solution does not react on Position or CurrentItem change. Then I took "Maui samples" solution (enter image description here

I use Android Emulator API 32. Any idea what could be wrong?

CodePudding user response:

There are some relative issue about this problem.

You can follow them up here:

https://github.com/dotnet/maui/issues/7575

https://github.com/dotnet/maui/issues/9749

Thanks for your support and feedback.

Best Regards!

Jessie

  • Related