ListViewSelectionMode Enum
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.
Selection modes for list view controls on UWP.
public enum ListViewSelectionMode
type ListViewSelectionMode =
- Inheritance
-
System.EnumListViewSelectionMode
Fields
Name | Value | Description |
---|---|---|
Inaccessible | 0 | Indicates that neither the Narrator nor the keyboard can interact with the list view. |
Accessible | 1 | Indicates that the Narrator and keyboard can interact with the list view. This is the default behavior. |