DEV Community

David Ortinau for .NET

Posted on

CollectionView: Selecting Multiple Items

CollectionView supports single and multiple item selection modes. Multiple selection is great for creating a photo gallery sharing style experience or similar. This video takes the first step by selecting multiple photos, and using VisualStateManager to display a special selection indicator.

Resources:

GitHub logo davidortinau / Xappy

A mobile app to track Xamarin news and explore all the goodness that is .NET for Mobile developers

Top comments (2)

 
pascallenoir profile image
Ange Patrice Lenoir Adou

Hi David! It's a pleasure to read you every day and learn from your tutorials. Lately I've been following your exercise with the Xappy project, mainly on collectionsView and multiple selection. It's a very edifying video that corresponds to what I want to implement. But when I use the VisualStateManager event control, I get a bug: ": 'this element is not in a namescope". Do you have a solution for this please?

Some comments may only be visible to logged-in visitors. Sign in to view all comments.