roubachof/Sharpnado.CollectionView

[Feature Request] Selecting items

BlueRaja opened this issue · 0 comments

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.