WebPage.MinimumHeight
From Xojo Documentation
Property (As Integer )
![]() |
This property is only available for Web applications. |
aWebPage.MinimumHeight = newIntegerValue
or
IntegerValue = aWebPage.MinimumHeight
New in 2010r4
Supported for all project types and targets.
or
IntegerValue = aWebPage.MinimumHeight
New in 2010r4
Supported for all project types and targets.
The minimum height of the WebPage. While we cannot prevent the user’s browser from resizing too small, we can prevent the content from doing so. If the browser window is smaller than the content, scroll bars will appear.