enum RtOrientation

데이터행 배치 방향.
RtListOptions.orientation 속성으로 사용된다.
list.setConfig({
    options: {
        orientation: RealTouch.RtOrientation.HORIZONTAL
    }
});

See Also

Values