You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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.
The text was updated successfully, but these errors were encountered:
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.
The text was updated successfully, but these errors were encountered: