| EinhugurViewManager Xojo Class. |
|
EinhugurViewManager.LockRatio Method
Locks the ratio of a given container.

LockRatio(
container
as DesktopContainer)
Parameters
- container
- The container 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