WebListBox.RowSelectionType

From Xojo Documentation

aWebListBox.RowSelectionType = newWebListBox.RowSelectionTypesValue
or
WebListBox.RowSelectionTypesValue = aWebListBox.RowSelectionType

New in 2020r1

Supported for all project types and targets.

Dictates the type of row selection: none, single or multiple.

Sample Code

In this example, the RowSelectionType is set to multiple in the Opening event of the WebListBox:

Me.RowSelectionType = WebListBox.RowSelectionTypes.Multiple

See Also

RowSelectionTypes enumeration.