System.Windows.Forms.FlowLayoutSettings.WrapContents Property

Gets or sets a value indicating whether the contents should be wrapped or clipped when they exceed the original boundaries of their container.

Syntax

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

Value

Documentation for this section has not yet been entered.

Remarks

If the area of the container is too small to display all the child controls, then at least one control will be clipped regardless of the FlowLayoutSettings.WrapContents value.

Subsequent resizing of the container 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