EinhugurViewManager Xojo Class.

EinhugurViewManager.LockRatio Method

Locks the ratio of a given control.

LockRatio(
   control as DesktopUIControl)

Parameters

control
The control to lock the ratio on.

Remarks

This can be useful if your window is displaying for example a circle which you do not want to become an ellipse.

You will want to call this in your Opening event right after calling the Init method.

See Also

EinhugurViewManager Class