Version 8.3.3
 —  Layout Elements  —

Working with Containers

Containers are areas on your screen that can hold controls (such as fields, labels, etc.) or other container(s). Containers are the preferred way to structure elements inside your page body.

You already saw the ROWAREA container in the "Hello World!" example.

The information provided in this part is organized under the following headings:

../graphics/gr_b_sm.png Positioning of Controls inside a Container
../graphics/gr_b_sm.png Defining the Width of Controls inside a Container
../graphics/gr_b_sm.png Vertical Sizing of Containers and Controls
../graphics/gr_b_sm.png Overview of Different Containers
../graphics/gr_b_sm.png ROWAREA and COLAREA
../graphics/gr_b_sm.png ROWAREAWITHHEADER
../graphics/gr_b_sm.png ROWTABAREA and COLTABAREA
../graphics/gr_b_sm.png ROWTABLE0 and COLTABLE0
../graphics/gr_b_sm.png COLDYNAVIS and ROWDYNAVIS
../graphics/gr_b_sm.png ROWDIV and INNERDIV
../graphics/gr_b_sm.png ROWSCROLLAREA
../graphics/gr_b_sm.png HSPLIT and VSPLIT
../graphics/gr_b_sm.png HLINE and VLINE
../graphics/gr_b_sm.png Performance Optimization with Containers

Top of page