LayoutControl.AddGroup Method
Name | Parameters | Description |
---|---|---|
Add |
none | Creates a new layout group with the default layout type and adds it to the root group. |
Add |
base |
Creates a new layout group at a position relative to an item within the root group. |
Add |
new |
Inserts the specified layout group at a position relative to an item within the root group. |
Add |
new |
Inserts the specified layout group to the root group. |
Add |
text, base |
Creates a new layout group with the specified caption at a position relative to an item within the root group. |
Add |
text | Creates a new layout group with the default layout type and the specified caption, and adds it to the root group. |