[MVUX] ListView flickers when updating an entity #2209
Labels
kind/bug
Something isn't working
triage/untriaged
Indicates an issue requires triaging or verification.
Current behavior
When we update an entity within a
List<Feed|State>
that is data-bound to aListView
, the item might flicker on windows.Expected behavior
No flicker
How to reproduce it (as minimally and precisely as possible)
MVUXWithListView.zip
Anything else we need to know?
Transitions
from theListView
does not change anyhing:ListView
in the repro app reduces the amount of flickers (i.e. charging the UI thread reduces the occurrence!)Workaround
Use an
ItemsRepeater
instead of aListView
.Environment
Nuget Package (s): Uno.Extension.Reactive
Package Version(s): latest
Affected platform(s):
The text was updated successfully, but these errors were encountered: