Open IeuanWalker opened 1 year ago
We've added this issue to our backlog, and we will work to address it as time and resources allow. If you have any additional information or questions about this issue, please leave a comment. For additional info about issue management, please read our Triage Process.
Verified this on Visual Studio Enterprise 17.7.0 Preview 2.0. This issue repro on Android 13.0-API33, not repro on iOS 16.4 with below Project: 14569.zip
Android:
iOS:
I'm also having issues binding CurrentItem initially. Works on Android, but not on iOS or Windows
Description
Trying to get the
CarouselView
to start at the end of a list.Things tried -
CurrentItem
property to the last item in the listPosition
property in xamlPosition
property in the page constructorPosition
property in theOnAppearing
methodNone of the above works and the
CarouselView
just start with the first itemSteps to Reproduce
Linked repo
Link to public reproduction project repository
https://github.com/IeuanWalker/MauiIssueRepo
Version with bug
7.0 (current)
Last version that worked well
Unknown/Other
Affected platforms
Android
Affected platform versions
Android 13
Did you find any workaround?
No response
Relevant log output
No response