Last Updated:
06 Jun 2022 07:32
by Joshua
ListView: [Android] Sorting is not applied to the UI when updating items dynamically in custom scenario
Initially, the property sort descriptor is applied as expected. Then when changing the itemssource, sorting is applied.
If changing the value of the property in which listview is sorted, sorting is not applied.
Workaround:
Clear the sort descriptors then reapply them.