SMART datagrid v.1 > Classes > ColumnGroup
( Deprecated. Use horizontal instead. )
Return true if the child columns have been arranged horizontally.
The arrangement direction is specified by layout property.
if (group.isHorizontal()) {
group.setLayout(ColumnGroupOrientation.VERTICAL);
}