FlowLayoutPanel Constructor

Definition

Initializes a new instance of the FlowLayoutPanel class.

public:
 FlowLayoutPanel();
public FlowLayoutPanel ();
Public Sub New ()

Remarks

This constructor sets the FlowDirection and WrapContents properties to their default values: LeftToRight and true, respectively.

Applies to

See also