Hello,
I use a SfListView with a SortDescriptor, with a custom Comparer.
It works fine at first look (sorting work when adding a new object for instance), but sometimes when I modify some collection's object's properties which affect sorting, the sorting is forgot and the list shows the real collection order (which is not sorted), without even calling the Comparer function. If a restart the app or add a new object to the collection, the sort work great again.
How can I fix that please ?
Thanks