Search code examples
oracle-databaseoracle-apexoracle-apex-5oracle-apex-5.1

Placing two regions side by side


How to create a page that has two regions placed side by side. I tried creating a parent region and its two child subregions but the two subregions are aligned one above the other even if I specify column size.


Solution

  • The "right" region should have its "Layout" properties set to:

    • start new row = NO
    • column = Automatic
    • new column = Yes
    • column span = Automatic

    I suspect you might have set the 1st and the 3rd properties (in the above list) differently, and they do affect the layout.