Label.Multiline

From Xojo Documentation

Property (As Boolean )
aLabel.Multiline = newBooleanValue
or
BooleanValue = aLabel.Multiline

Supported for all project types and targets.

If True, wrap text to multiple lines. The default is False.

Sample Code

This example is in the Open event of the control.

Me.MultiLine = True