TdxLayoutGroupWrapItemsMode Enum
In This Article
Enumerates layout element wrap modes.
#Declaration
Delphi
TdxLayoutGroupWrapItemsMode = (
wmNone,
wmParentManaged,
wmImmediateChildren,
wmAllChildren
);
#Members
Name | Description |
---|---|
wm
|
A group disables element wrapping and arranges wrapped elements into a single-line layout. |
wm
|
A layout group uses its parent’s element wrap mode. The layout control’s Options |
wm
|
A group wraps all child elements at the first nesting level. |
wm
|
A group wraps all child elements except those whose parent group’s Wrap |
#Remarks
A layout group‘s WrapItemsMode property has the TdxLayoutGroupWrapItemsMode type.
See Also