TdxCustomLayoutGroup.WrapItemsMode Property
Specifies how the layout group wraps its child elements.
Declaration
property WrapItemsMode: TdxLayoutGroupWrapItemsMode read; write; default wmParentManaged;
Property Value
Type | Default | Description |
---|---|---|
TdxLayoutGroupWrapItemsMode | wmParentManaged | Enumerates layout element wrap modes. |
Remarks
The layout group wraps its nested elements only if the following conditions are met:
The group’s WrapItemsMode property is not set to wmNone. Refer to the TdxLayoutGroupWrapItemsMode type description for details.
The LayoutDirection property is not set to ldTabbed.
Note
Element wrapping is always disabled at design time and in customization mode.
The WrapItemsMode property’s default value is wmParentManaged.
See Also