Share via


ListViewSelectionMode Enum

Definition

Caution

With the deprecation of ListView, this enum is obsolete. Please use CollectionView instead.

Selection modes for list view controls on UWP.

public enum class ListViewSelectionMode
[System.Obsolete("With the deprecation of ListView, this enum is obsolete. Please use CollectionView instead.")]
public enum ListViewSelectionMode
public enum ListViewSelectionMode
[<System.Obsolete("With the deprecation of ListView, this enum is obsolete. Please use CollectionView instead.")>]
type ListViewSelectionMode = 
type ListViewSelectionMode = 
Public Enum ListViewSelectionMode
Inheritance
ListViewSelectionMode
Attributes

Fields

Name Value Description
Inaccessible 0

Allows ListItems to have TapGestures. The Enter key and Narrator will not fire the ItemTapped event.

Accessible 1

Allows the Enter key and Narrator to fire the ItemTapped event. ListItems cannot have TapGestures.

Applies to