Try OpenEdge Now
skip to main content
GUI for .NET Primer
Controls in Forms : Control sources : Microsoft .NET Windows Forms UI controls : Layout
 
Layout
Several important controls in Windows Forms define the layout of controls on a display surface, such as a form or user control. FlowLayoutPanel lays out all the controls it contains in a serial manner, and TableLayoutPanel lets you define cells and rows for laying out controls in a fixed grid. SplitContainer divides your display surface into two or more adjustable parts.