2.439 .yauto
This attribute defines whether the IDM should automatically determine the object height, the distance of the object from the top edge or the distance from the bottom edge of the parent object.
Definition
-
Data type
integer
-
Access
get, set
-
changed event
yes
Value range
- -1
-
The distance from the top edge of the parent object is computed by the IDM.
The distance from the bottom edge and the object height (.ybottom and .height) need to be defined by the developer. For some objects the IDM can also determine the height automatically from the contents.
- 0
-
The object height is computed by the IDM. The actual height can be queried with the .real_height attribute.
The distances from the top and bottom edges of the parent object (.ytop and .ybottom) need to be defined by the developer.
- 1
-
The distance from the bottom edge of the parent object is computed by the IDM.
The distance from the top edge and the object height (.ytop and .height) need to be defined by the developer. For some objects the IDM can also determine the height automatically from the contents.
See also