Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

...

The LayoutManager property is a reference to one of a set of layout managers used to automatically control the position and size of child controls when the container is resized.

Table Layout is the recommended choice for most requirements. It divides the control in to rows and columns, with each child control being positioned in a particular cell. Table layout is tightly integrated with the IDE, meaning that coding a layout manually is

...

See also

All Component Classes

Technical Reference