6. Creating and Using Basic Fields : Composite Fields : Create a Subform : Subform Properties
 
Share this page                  
Subform Properties
All the properties for subforms are described under (see Common Field Properties), with the exception of the following property values that are specific to the subform field type:
ChildGravity
Sets the position of each child field with respect to the subform. Valid alignment options are:
FA_DEFAULT (system default value)
FA_NONE
FA_TOPCENTER
FA_TOPLEFT
FA_TOPRIGHT
FA_CENTERLEFT
FA_CENTER
FA_CENTERRIGHT
FA_BOTTOMCENTER
FA_BOTTOMLEFT
FA_BOTTOMRIGHT
Unless the subform has only one child field, set ChildGravity to FA_NONE. To set the position of a child field relative to the subform, use the Gravity property of the individual child fields. You can also use the various alignment commands on the Layout menu to align child fields with respect to one another.
Note:  For more information about the Gravity and ChildGravity properties, see the Gravity section under Common Field Properties.