System.Windows.Forms 2.0.0.0 System.Enum The enumeration describes the flow direction of consecutive UI elements, typically controls, on a design surface or container such as a form. This enumeration is used by linear layout containers such as , which stores this information internally in the property. The determines where a new control is placed by default when it is added to a supporting container. The flow direction of the container, along with the and properties of each contained control, determine the rearrangement of controls when their container is resized. The control provides a FlowBreak property to its child controls. Setting the value of the FlowBreak property to true causes the control to stop laying out controls in the current flow direction and wrap to the next row or column. Defines constants that specify the direction in which consecutive user interface (UI) elements are placed in a linear layout container Field System.Windows.Forms.FlowDirection Elements flow from the bottom of the design surface to the top. 2.0.0.0 Field System.Windows.Forms.FlowDirection Elements flow from the left edge of the design surface to the right. 2.0.0.0 Field System.Windows.Forms.FlowDirection Elements flow from the right edge of the design surface to the left. 2.0.0.0 Field System.Windows.Forms.FlowDirection Elements flow from the top of the design surface to the bottom. 2.0.0.0