Unplanned
Last Updated: 27 Sep 2023 11:58 by Nathan
Nathan
Created on: 27 Sep 2023 11:58
Category: ListView
Type: Bug Report
0
ListView: [iOS] [MacCatalyst] [Android] Items with same value are reordered when sorting is applied

I have a collection of items, and one of the properties notifies changes to the UI. ("BooleanProperty") I also bind to the SelectedItem property on the list view to toggle this bool property to true or false.

I have another property "Description" that I am sorting by. When sorting the ListView and select an item, the items with the same value are reordered. 


0 comments