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.03k stars 1.73k forks source link

Elements disappear CollectionView with BindableLayout with ScrollView horizontal #13868

Open angelru opened 1 year ago

angelru commented 1 year ago

Description

I have a vertical CollectionView that contains a Horizontal ScrollView and this a Horizontal BindableLayout, the BindableLayout elements disappear when scrolling the CollectionView.

The truth is that this is something that blocks the production output of the application and I don't know what alternatives I have to make it work.

I don't know if I implemented some layout in bad ways.

Any help is welcome.

Steps to Reproduce

Run the sample and see the gif.

Animation

Link to public reproduction project repository

https://github.com/angelru/ElementsDisappear

Version with bug

7.0

Affected platforms

Only tested Android.

Affected platform versions

Only tested Android.

Did you find any workaround?

Nothing

mattleibow commented 1 year ago

Might be related to #13577

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.

angelru commented 1 year ago

Any alternative how to fix this?

homeyf commented 1 year ago

Verified this issue with Visual Studio Enterprise 17.7.0 Preview 1.0. Can repro on android platform with sample project. https://github.com/angelru/ElementsDisappear image

angelru commented 1 year ago

Any idea when it will be fixed?

angelru commented 7 months ago

Almost 1 year open and no response

albyrock87 commented 3 months ago

Might be fixed by #23052