Hello,
Welcome to our Microsoft Q&A platform!
You can use CollectionView
contain your contact list. CollectionView
support the Multiple selection. Set SelectionMode
to Multiple
<CollectionView ItemsSource="{Binding Monkeys}"
SelectionMode="Multiple"
SelectionChanged="OnCollectionViewSelectionChanged">
</CollectionView>
Here is running screenshot.
You can download this demo.
https://github.com/xamarin/xamarin-forms-samples/tree/master/UserInterface/CollectionViewDemos
Best Regards,
Leon Lu
If the response is helpful, please click "Accept Answer" and upvote it.
Note: Please follow the steps in our documentation to enable e-mail notifications if you want to receive the related email notification for this thread.