position fixed | |
Type | property |
Dictionary | library.responsivelayout |
Library | ResponsiveLayout |
Syntax |
|
Associations | com.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 |
|
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. |