SelectionMode
June 22, 2022 ยท View on GitHub
-description
Defines constants that specify the selection behavior for a ListBox.
-enum-fields
-field Single:0
The user can select only one item at a time.
-field Multiple:1
The user can select multiple items without entering a special mode.
-field Extended:2
The user can select multiple items by entering a special mode, for example when depressing a modifier key.