WebListBox.MultiLine
From Xojo Documentation
Property (As Boolean )
aWebListBox.MultiLine = newBooleanValue
or
BooleanValue = aWebListBox.MultiLine
Supported for all project types and targets.
or
BooleanValue = aWebListBox.MultiLine
Supported for all project types and targets.
If True, text that is wider than the cell wraps to multiple lines. When False, text is truncated and displays ellipses.