diff --git a/docs/xml/lcl/extctrls.xml b/docs/xml/lcl/extctrls.xml index 9b13fad3f1..976e41fe10 100644 --- a/docs/xml/lcl/extctrls.xml +++ b/docs/xml/lcl/extctrls.xml @@ -6038,10 +6038,16 @@ will copy the contents of the Source class to the - Container with flow layout of controls placed in it.Use TFloatPanel if you need a container with float layout. The Anchors and Align properties of child controls are ignored. -

The floating direction is determined with FlowStyle property.

+ + Container with flow layout of controls placed in it. + +

Use TFloatPanel if you need a container with float layout. + The Anchors and Align properties of child controls are ignored. +

The floating direction is determined with + FlowStyle property.

-
Determine if controls in TCustomFlowPanel are wrapped. + + Determine if controls in TCustomFlowPanel are wrapped. Use ControlList to set extra options of flow panel controls. Use FlowStyle to determine the flow direction of the flow panel layout. The associated control to the flow panel control item.Don't set the Control property manually. It is used iternally by the designer.