Xamarin.Forms by Microsoft

<PackageReference Include="Xamarin.Forms" Version="4.8.0.1560" />

.NET API 1,448,824 bytes

 ListViewSelectionMode

public enum ListViewSelectionMode
Enumerates values that control whether items in a list view can or cannot be selected.
None = 0

Indicates that items cannot be selected.

Single = 1

Indicates that a single item can be selected.