WebPage.Width

From Xojo Documentation

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

New in 2010r4

Supported for all project types and targets.

The width (in pixels) of the web page.

Example

Display the page width:

Label1.Value = "Page width = " + Self.Width.ToString