SMART datagrid v.1 > Classes > ColumnGroup

Back  Forward

DataLudi.ColumnGroup.horizontal  property

如果子列被水平布置,就会返回true。 

通过layout属性,指定布置方向。 

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