ListViewSelectionMode Enum

Definition

Selection modes for list view controls on UWP.

public enum class ListViewSelectionMode
public enum ListViewSelectionMode
type ListViewSelectionMode = 
Public Enum ListViewSelectionMode
Inheritance
ListViewSelectionMode

Fields

Accessible 1

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

Inaccessible 0

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

Applies to