Difference between revisions of "WebListBox.RowSelectionTypes"
From Xojo Documentation
m (Gperlman moved page WebListBox.SelectionTypes to WebListBox.RowSelectionTypes without leaving a redirect) |
|
(No difference)
|
Latest revision as of 19:12, 6 August 2020
Enumeration
The allowable types of row selection.
Values
Enum | Description |
---|---|
Multiple | Any number of rows can be selected. |
None | No rows can be selected. |
Single | Only one row at a time can be selected. |
See Also
RowSelectionType property.