DesktopUIControl.Height
From Xojo Documentation
Property (As Integer )
aDesktopUIControl.Height = newIntegerValue
or
IntegerValue = aDesktopUIControl.Height
New in 2021r3
Supported for all project types and targets.
or
IntegerValue = aDesktopUIControl.Height
New in 2021r3
Supported for all project types and targets.
The height (in points) of the control.
Sample Code
This example sets the height of the control to 100:
Me.Height = 100