SMART datagrid v.1 > Classes > ColumnGroup

Back  Forward

DataLudi.ColumnGroup.isVertical  property

( Deprecated. Use vertical instead.


Return true if the child columns have been arranged vertically. 

The arrangement direction is specified by layout property. 

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