Hi,
I'm trying to make a ListView that i can sort (alphabeticaly like in the contacts native app for example) and wherein i can enable multi selection of items.
I haven't find a lot of good examples on the internet.
I imagine I need to use Grouping (https://developer.xamarin.com/guides/cross-platform/xamarin-forms/working-with/listview/#grouping) but how ? I just have a List<String>
and I just want to sort alphabeticaly its items.
And for the multi-selection, i have no idea what i can use.
Thanks in advance for your help,
Simon