roubachof / Sharpnado.CollectionView

A performant list view supporting: grid, horizontal and vertical layout, drag and drop, and reveal animations.
The Unlicense
244 stars 30 forks source link

[Feature Request] Selecting items #60

Open BlueRaja opened 2 years ago

BlueRaja commented 2 years ago

The desire to select one or more items in a list is extremely common. It's possible to implement it ourselves, but given how common of a feature this is for CollectionViews, it would make sense if the control supported it directly.

As an example, here is how the default Xamarin.Forms.CollectionView implements selection.