company logo

position - Element position

When the element is positioned inside its parent element (could be also the desktop), the position value defines the position of the left upper corner for the element in its parent's area. When the arrangement type is AT_Absolute, the position is the position in pixel. When AT_Grid has been defined, the position defines the grid cell (horizontal and vertical number beginning with 0). When the parent element is not a grid element, the position is interpreted as pixel position.

When the position exceeds the number of grid cells in the parent control, grid dimensions are extended automatically.