FlowLayoutPanel::WrapContents Property
.NET Framework (current version)
Gets or sets a value indicating whether the FlowLayoutPanel control should wrap its contents or let the contents be clipped.
Assembly: System.Windows.Forms (in System.Windows.Forms.dll)
Property Value
Type: System::Booleantrue if the contents should be wrapped; otherwise, false. The default is true.
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.
.NET Framework
Available since 2.0
Available since 2.0
Show: