Window.Height

From Xojo Documentation

Property (As Integer )
aWindow.Height = newIntegerValue
or
IntegerValue = aWindow.Height

Supported for all project types and targets.

The height of the content region of the window in points.

Example

Me.Height = 100