LayoutGroup.AddItem Method
Name | Parameters | Description |
---|---|---|
Add |
none | Creates a new layout item and adds it to the current group. |
Add |
new |
Inserts the specified item at a position relative to another item within the current group. |
Add |
base |
Creates a new layout item at a position relative to an item within the current group. |
Add |
new |
Inserts the specified item to the current group. |
Add |
text, new |
Inserts the specified item at a position relative to another item within the current group. Allows the new text to be specified for the item. |
Add |
text, base |
Creates a new layout item with the specified text at a position relative to an item within the current group. |
Add |
text | Creates a new layout item with the specified text and adds it to the current group. |