[regression/7.0.0] MAUI 7.0: ListView with Recycling strategy causes issues with images, on both iOS and Android #13008
Labels
area-controls-listview
ListView and TableView
i/regression
This issue described a confirmed regression on a currently supported version
p/1
Work that is important, and has been scheduled for release in this or an upcoming sprint
partner/cat 😻
this is an issue that impacts one of our partners or a customer our advisory team is engaged with
platform/android 🤖
platform/iOS 🍎
s/try-latest-version
Please try to reproduce the potential issue on the latest public version
Milestone
Using MAUI for .NET 6, the sample ListViewDemos works perfectly.
The same sample, compiled using MAUI for .NET 7, causes a bug:
What happens is that labels seem to be ok, but images get scrambled all around.
MonkeysViewModel.zip
The issue is more evident using more rows in the view-model, and in particular not assigning an images to some cells.
Note: to have the bug is it not required to have cells without images - it just makes it more evident.
I attach to the issue a sample view-model.
ListViewDemos.zip
The text was updated successfully, but these errors were encountered: