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.
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. |