RectControl.Width

From Xojo Documentation

Property (As Int16 )
aRectControl.Width = newInt16Value
or
Int16Value = aRectControl.Width

Supported for all project types and targets.

The width (in points) of the control.

Sample Code

The following example resizes the control:

Me.Width = 200