Setting Layout Properties

You can modify the appearance of a container on your form by setting general properties for the layout manager and properties specific to the layout of each component in the container (constraints).

To set general layout manager properties:

To set layout properties of components:

Tip Not all layout managers use constraints. For these layout managers (FlowLayout, GridLayout, and BoxLayout), there is no Layout tab in the Component Inspector and component layout is determined by component order.
See also
Setting the Layout Manager
Reordering Components Within a Container

Legal Notices