SMART datagrid v.1 > Classes > ColumnGroup

Back  Forward

DataLudi.ColumnGroup.isHorizontal  property

( Deprecated. Use horizontal instead.


Return true if the child columns have been arranged horizontally. 

The arrangement direction is specified by layout property. 

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