position fixed

Typeproperty
Dictionarylibrary.responsivelayout
LibraryResponsiveLayout
Syntax
set the position["type"] of object to "fixed"
Associationscom.livecode.library.responsivelayout, group, button, field, scrollbar, image, graphic, player, widget
Summary

Sets the position of one or more sides of a control with respect to its owner.

Example
set the position["type"] of button "btn-action" of this card to "fixed"
set the position["left"] of button "btn-action" of this card to 0
set the position["top"] of button "btn-action" of this card to 0
set the position["right"] of button "btn-action" of this card to 0
Description

Use the fixed position type to fix one or more sides of a control relative to its owner. When you pin two opposite sides, the size of the control may change on that axis.

The sub-properties that the fixed position has are: left, top, right, bottom. These four properties are an integer value, representing the number of pixels of difference between that side of the control and the same side of the owner.