수평 및 수직 스크롤바에 대한 정보를 갖는 객체.
GridBase.hscrollBar, vscrollBar 속성으로 사용된다.
grid.setOptions({
vscrollBar: {
barIndent: "header",
barWidth: 12
},
hscrollBar: {
barIndent: "fixed",
barWidth: 12,
buttonLocation: "near"
}
}