WebUIControl.Width

From Xojo Documentation

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

New in 2020r1

Supported for all project types and targets.

The width (in pixels) of the web control.

Sample Code

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

Me.Width = Me.Width + 50