Skip to main content

TdxLayoutItemOptions.AllowGroupWrapItems Property

Specifies if the root layout group automatically wraps its child elements (causes them to be carried over to a new line on reaching its margin).

Declaration

property AllowGroupWrapItems: Boolean read; write; default False;

Property Value

Type Default
Boolean False

Remarks

This property applies to the root layout group whose WrapItemsMode property is set to wmParentManaged. Otherwise, the property value is ignored.

The default value of the AllowGroupWrapItems property is False.

See Also