Layout in Windows Forms Controls

Precise placement of controls on your form is a high priority for many applications. The System.Windows.Forms namespace gives you many layout tools to accomplish this.

In This Section

Reference

  • TableLayoutPanel
    Provides reference documentation for the TableLayoutPanel control.
  • FlowLayoutPanel
    Provides reference documentation for the FlowLayoutPanel control.

See Also

Tasks

How to: Anchor and Dock Child Controls in a FlowLayoutPanel Control
How to: Anchor and Dock Child Controls in a TableLayoutPanel Control
How to: Design a Windows Forms Layout that Responds Well to Localization

Concepts

AutoSize Behavior in the TableLayoutPanel Control