WebControl.LockBottom
From Xojo Documentation
Property (As Boolean )
aWebControl.LockBottom = newBooleanValue
or
BooleanValue = aWebControl.LockBottom
New in 2010r4
Supported for all project types and targets.
or
BooleanValue = aWebControl.LockBottom
New in 2010r4
Supported for all project types and targets.
Determines whether the bottom edge of the control should stay at a set distance from the bottom edge of the parent control, if there is one, or the owning web page.
Notes
The locking properties set at design-time, so they are effectively read-only at run-time.