WebPage.MinWidth
From Xojo Documentation
Property (As Integer )
aWebPage.MinWidth = newIntegerValue
or
IntegerValue = aWebPage.MinWidth
New in 2010r4
Supported for all project types and targets.
or
IntegerValue = aWebPage.MinWidth
New in 2010r4
Supported for all project types and targets.
The minimum width of the WebPage. This setting prevents the contents from being reduced. If the browser window is smaller than the content, scroll bars appear. It is not possible to prevent the browser from resizing below this size.
Example
Set the minimum width to 480 pixels:
Self.MinWidth = 480