SMART datagrid v.1 > Classes > ColumnGroup

Back  Forward

DataLudi.ColumnGroup.horizontal  property

Return true if the child columns have been arranged horizontally. 

The arrangement direction is specified by layout property. 

Getter
function horizontal(): Boolean
Code -1
    if (group.isHorizontal()) {
        group.setLayout(ColumnGroupOrientation.VERTICAL);
    }
See Also
layout
vertical
count
Examples
Column Grouping