SMART datagrid v.1 > Classes > ColumnGroup
布置所包含的列的方向。 通过ColumnGroupOrientation常数,进行指定。
默认值为ColumnGroupOrientation.HORIZONTAL.
if (group.orientation() == ColumnGroupOrientation.HORIZONTAL) {
group.setOrientation(ColumnGroupOrientation.VERTICAL);
}