WebControl.Width

From Xojo Documentation

Property (As Integer )
aWebControl.Width = newIntegerValue
or
IntegerValue = aWebControl.Width

New in 2010r4

Supported for all project types and targets.

The width (in pixels) of the web control.

Example

This code in the Shown event handler increases the size of the control:

Me.Width = Me.Width + 50