WebSession.ClientHeight

From Xojo Documentation

Read-Only Property (As Integer )
IntegerValue = aWebSession.ClientHeight

New in 2020r1.1

Supported for all project types and targets.

The height of the client's browser when the session began.

Notes

If you app has different sized layouts for different sized browsers (both desktop and mobile browsers for example), the ClientHeight (and ClientWidth) property can be used to determine which layout to show.

See Also

ClientWidth property.