FlowLayoutSettings::WrapContents Property
.NET Framework (current version)
Gets or sets a value indicating whether the contents should be wrapped or clipped when they exceed the original boundaries of their container.
Assembly: System.Windows.Forms (in System.Windows.Forms.dll)
Property Value
Type: System::Booleantrue if the contents should be wrapped; otherwise, false if the contents should be clipped. The default is true.
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 WrapContents value.
Subsequent resizing of the container will reapply the layout to the contained controls.
.NET Framework
Available since 2.0
Available since 2.0
Show: