System.Windows.Forms.FlowLayoutPanel.WrapContents Property

Gets or sets a value indicating whether the System.Windows.Forms.FlowLayoutPanel control should wrap its contents or let the contents be clipped.

Syntax

[System.ComponentModel.DefaultValue(true)]
[System.ComponentModel.Localizable(true)]
public bool WrapContents { set; get; }

Value

Documentation for this section has not yet been entered.

Remarks

If the area of the panel is too small to contain all its child controls, at least one child control will be clipped regardless of the wrapping mode.

Subsequent resizing of the panel will reapply the layout to the contained controls.

Requirements

Namespace: System.Windows.Forms
Assembly: System.Windows.Forms (in System.Windows.Forms.dll)
Assembly Versions: 2.0.0.0
Since: .NET 2.0