Article: AN0001734Updated:
The object is used for creating column in a row in a detailed form and is fully responsive. You can place whatever number of objects OGItem in to this object.
Properties
Name |
Description |
bool OneColumn |
The property says, whether there will be only one column in the row or there will be two columns. The property influences use of styles for 1-2 columns. |
If you want to have a single column in a row, create instance OGCol and set the property OneColumn to TRUE. Insert then the instance into the object OGRow.
When using two columns in a row, create two instances OGCol and set the property OneColumn to FALSE. Insert then both the instances into the object OGRow.