Vcl.ExtCtrls.TCustomFlowPanel.AutoWrap

From RAD Studio API Documentation
Jump to: navigation, search

Delphi

property AutoWrap: Boolean read FAutoWrap write SetAutoWrap default True;

C++

__property bool AutoWrap = {read=FAutoWrap, write=SetAutoWrap, default=1};

Properties

Type Visibility Source Unit Parent
property public
Vcl.ExtCtrls.pas
Vcl.ExtCtrls.hpp
Vcl.ExtCtrls TCustomFlowPanel

Description

Specifies whether controls are automatically wrapped to fit on the flow panel.

If set to True, a new control is automatically placed in a location on the flow panel in which it is visible. If set to False, a new control continues in the same direction as the previous control, even if it would no longer be visible on the panel. You can increase the size of the panel to view controls that are not automatically wrapped to the next line or column.