SMART datagrid v.1 > Classes > ColumnGroup

Back  Forward

DataLudi.ColumnGroup.vertical  property

Return true if the child columns have been arranged vertically. 

The arrangement direction is specified by layout property. 

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