WebSession.ClientHeight
From Xojo Documentation
Read-Only Property (As Integer )
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.