ListViewSelectionMode Enum

Definition

Selection modes for list view controls on UWP.

public enum ListViewSelectionMode
type ListViewSelectionMode = 
Inheritance
ListViewSelectionMode

Fields

Accessible 1

Indicates that the Narrator and keyboard can interact with the list view. This is the default behavior.

Inaccessible 0

Indicates that neither the Narrator nor the keyboard can interact with the list view.

Applies to