You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Working with Listview and ListView.ItemTemplate I noticed a strange behaviour.
I debugged it with the Visual Tree Viewer and noticed, that after removing items from the Listview, some items are reappearing in the XAML Visual Tree.
Further interactions with the ListView leads to wrong beahviour, like Loaded-Events are not triggered, because the Item already exists.
Describe the bug
Working with Listview and ListView.ItemTemplate I noticed a strange behaviour.
I debugged it with the Visual Tree Viewer and noticed, that after removing items from the Listview, some items are reappearing in the XAML Visual Tree.
Further interactions with the ListView leads to wrong beahviour, like Loaded-Events are not triggered, because the Item already exists.
Steps to reproduce the bug
MainPage.xaml
MainModel.cs
Expected behavior
The Visual Tree should represent the underlaying data.
Screenshots
NuGet package version
None
Windows version
No response
Additional context
Comes from here: unoplatform/uno#19068
It's not an Uno-Platform-Problem.
The text was updated successfully, but these errors were encountered: