WebPage.MinHeight
From Xojo Documentation
Property (As Integer )
aWebPage.MinHeight = newIntegerValue
or
IntegerValue = aWebPage.MinHeight
New in 2010r4
Supported for all project types and targets.
or
IntegerValue = aWebPage.MinHeight
New in 2010r4
Supported for all project types and targets.
The minimum height 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 content area to a minimum of 480 pixels:
Self.MinHeight = 480