unoplatform / uno

Open-source platform for building cross-platform native Mobile, Web, Desktop and Embedded apps quickly. Create rich, C#/XAML, single-codebase apps from any IDE. Hot Reload included! 90m+ NuGet Downloads!!
https://platform.uno
Apache License 2.0
9.03k stars 733 forks source link

ListView scrolling bug on android #18839

Open DavidM29 opened 2 days ago

DavidM29 commented 2 days ago

Current behavior

ListView has a bug on android which causes items to move further away from header after scrolling, the more you scroll the further the items move. Here is a video that better shows what I am trying to say:

https://github.com/user-attachments/assets/623159d2-c331-4b68-b5ae-86bad60bc864

I tested this on Uno.Sdk 5.5.43, 5.4.10 and 5.3.112, the bug is not present in 5.3.112, so its a regression introduced in 5.4.

Expected behavior

Items should stay in their place.

How to reproduce it (as minimally and precisely as possible)

Workaround

Have not found any.

Works on UWP/WinUI

Yes

Environment

No response

NuGet package version(s)

Uno.Sdk: 5.5.43

Affected platforms

Android

IDE

Visual Studio 2022

IDE version

17.12.0

Relevant plugins

No response

Anything else we need to know?

No response