Indicate whether the objects in this group shall be layouted horizontally or vertically.
Source position: MUIClass.Group.pas line 55
published property TMUIGroup.Horiz : Boolean |
This is the easy way of telling your group how it has to look like. If you want two-dimensional groups, you have to use Columns or Rows.
Defaults to False.
Examples:
Group.Horiz := True; Obj1.Parent := Group; Obj2.Parent := Group; Obj2.Parent := Group;
|
Number of rows in a two dimensional group. |
|
|
Indicate number of columns in a two dimensional group. |