The object which has the information about horizontal and vertical scroll bar.
It is used as GridBase.hscrollBar, vscrollBar property.
grid.setOptions({
vscrollBar: {
barIndent: "header",
barWidth: 12
},
hscrollBar: {
barIndent: "fixed",
barWidth: 12,
buttonLocation: "near"
}
}