RAD Studio VCL Reference
ContentsIndex
PreviousUpNext
TCustomFlowPanel.AutoWrap Property

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

Pascal
property AutoWrap: Boolean;
C++
__property Boolean AutoWrap;

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. 

 

Copyright(C) 2008 CodeGear(TM). All Rights Reserved.
What do you think about this topic? Send feedback!