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 on some CommandParameters.
I debugged it with the Visual Tree Viewer and noticed, that after removing items from the Listview, some items are reappearing.
Further interactions with the ListView leads to wrong CommandParameters.
Not tested on other platforms!
Expected behavior
The Visual Tree should represent the underlaying data.
How to reproduce it (as minimally and precisely as possible)
Thanks for the report! We're not managing the implementation of TreeView when running on WinAppSDK, though we're pulling the source from the official implementation into Uno.
It would be best to open this issue in the WinUI repository, once it's fixed there we can import it into Uno.
Current behavior
Working with
Listview
andListView.ItemTemplate
I noticed a strange behaviour on some CommandParameters.I debugged it with the Visual Tree Viewer and noticed, that after removing items from the
Listview
, some items are reappearing.Further interactions with the ListView leads to wrong CommandParameters.
Not tested on other platforms!
Expected behavior
The Visual Tree should represent the underlaying data.
How to reproduce it (as minimally and precisely as possible)
MainPage.xaml
MainModel.cs
Minimal Project: UnoApp14.zip
(Startup Project. WinAppSDK Unpacked)
Workaround
No response
Works on UWP/WinUI
No
Environment
Uno.WinUI / Uno.WinUI.WebAssembly / Uno.WinUI.Skia
NuGet package version(s)
No response
Affected platforms
Windows (WinAppSDK)
IDE
Visual Studio 2022
IDE version
17.11.5
Relevant plugins
No response
Anything else we need to know?
No response
The text was updated successfully, but these errors were encountered: