enum RtRowType

데이터행 표시 방식.
RtListOptions.rowType 속성으로 사용된다.
list.setConfig({
    options: {
        rowType: RealTouch.RtRowType.TABLE
    }
});
list.landscape.rowType = RealTouch.RtRowType.TABLE;

See Also

Values