ListView.SelectionMode Property
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Gets or sets a value that controls whether and how many items can be selected.
public Xamarin.Forms.ListViewSelectionMode SelectionMode { get; set; }
member this.SelectionMode : Xamarin.Forms.ListViewSelectionMode with get, set
Property Value
None if no selections can be made. Single if one selection can be made.
Remarks
If an item is selected, changing SelectionMode to None will cause the item to be deselected, and ItemSelected to be raised with a null
item value.