具有对水平以及垂直滚动条的信息的对象。
它被用于GridBase.hscrollBar、vscrollBar属性。
grid.setOptions({
vscrollBar: {
barIndent: "header",
barWidth: 12
},
hscrollBar: {
barIndent: "fixed",
barWidth: 12,
buttonLocation: "near"
}
}