WebListBox.RowSelectionTypes

From Xojo Documentation

Enumeration
WebListBox.RowSelectionTypes

New in 2020r1

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.