TdxCustomLayoutGroup.PutChildrenIntoHiddenGroup Method
Moves all child elements to the newly created hidden group and returns it.
Declaration
function PutChildrenIntoHiddenGroup: TdxLayoutAutoCreatedGroup;
Returns
Type |
---|
TdxLayoutAutoCreatedGroup |
Remarks
Call this method to create a new hidden group within a specific group and to move all child elements of the current group to it. It may be necessary to create such a hidden group when a new element is created or an existing element is placed in a different layout direction within a group. The newly created hidden group has the same LayoutDirection property value as the group whose child elements were moved.
Finally, the PutChildrenIntoHiddenGroup method returns the newly created hidden group.
See Also