enum RtRowIndent
데이터행 경계선이나 focus 마스크 들여쓰기 방식.
RtRowBorderLine.nearIndent나 RtRowBorderLine.farIndent 속성으로 사용된다. RtRowBorderLine은 RtListRow.borderLine 속성으로 사용되는 객체이다.
RtRowBorderLine.nearIndent나 RtRowBorderLine.farIndent 속성으로 사용된다. RtRowBorderLine은 RtListRow.borderLine 속성으로 사용되는 객체이다.
list.setOptions({
row: {
border: {
nearIndent: 'none'
}
}
});
See Also
Values
- NONE = 'none'
들여쓰기 없이 데이터행 너비나 높이에 맞게 표시한다. - PADDING = 'padding'
데이터행 padding 크기에 맞춰 들여쓴다. - BAR = 'bar'
Row Bar나 Action Bar 표시 크기만큼 들여쓴다.