dotnet / maui

.NET MAUI is the .NET Multi-platform App UI, a framework for building native device applications spanning mobile, tablet, and desktop.
https://dot.net/maui
MIT License
22.21k stars 1.75k forks source link

CarouselView position ignored #14569

Open IeuanWalker opened 1 year ago

IeuanWalker commented 1 year ago

Description

Trying to get the CarouselView to start at the end of a list.

Things tried -

None of the above works and the CarouselView just start with the first item

Steps 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

ghost commented 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.

XamlTest commented 1 year ago

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: image

iOS: image

Brosten commented 7 months ago

I'm also having issues binding CurrentItem initially. Works on Android, but not on iOS or Windows