SMART datagrid v1.4 > 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
Column Grouping