ListViewSelectionMode
June 22, 2022 ยท View on GitHub
-description
Defines constants that specify the selection mode of a ListView or GridView.
-enum-fields
-field None:0
A user can't select items.
-field Single:1
A user can select a single item.
-field Multiple:2
The user can select multiple items without entering a special mode.
-field Extended:3
The user can select multiple items by entering a special mode, for example when depressing a modifier key.