SMART datagrid v1.4 > Classes > ColumnGroup

Back  Forward

DataLudi.ColumnGroup.isHorizontal  property

( Deprecated. Use horizontal instead.


자식 컬럼들이 수평으로 배치되어 있으면 true를 리턴한다. 

배치 방향은 layout 속성으로 지정한다. 

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