How to group objects in a container

Previous Next

You may want to group objects to keep them together when visually arranging controls within a form on a generated web page.

To group objects:

1.In the object tree of the appropriate page, select the parent object in which you want to group objects.
2.From the controls tab of the catalog, drag and drop a Container Control on to the parent object in the object tree.
A new ContainerControl1 object is inserted.
3.For each object that you want to add to this new container object:

In the Property Inspector, on the Layout tab page, set the Group property to the name of the Container object just inserted, for example: ContainerControl1.

See Also

Container Controls