Layout
- Last Updated: March 30, 2020
- 1 minute read
- OpenEdge
- Version 12.2
- Documentation
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.