In an XdevAbsoluteLayout, you can precisely position all UI components at specified coordinates. Since interfaces that are absolutely laid out cannot be adapted to different resolutions and display sizes, the XdevAbsoluteLayout is not suitable as a basic layout for a modern graphical user interface; however, it works well for individual views or page sections.

A special feature of XdevAbsoluteLayout is the % option, with which you can also specify a relative size and position of a UI component, i.e. you can specify a percentage relative to the parent container.


  1. Create a new view without layout. 
  2. Drag and drop an XdevAbsoluteLayout from the Palette into the View.
  3. Add five buttons one by one anywhere in the XdevAbsoluteLayout.

      


Layout Options


All XdevAbsoluteLayout Methods