DesktopLabel.Multiline
From Xojo Documentation
Property (As Boolean )
aDesktopLabel.Multiline = newBooleanValue
or
BooleanValue = aDesktopLabel.Multiline
New in 2021r3
Supported for all project types and targets.
or
BooleanValue = aDesktopLabel.Multiline
New in 2021r3
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 Opening event of the control.