SMART datagrid v.1 > Classes > ScrollBar
The width of scroll bar of pixel unit.
The minimum value is 8 pixel.
Defaults to 16.
// Narrow the width of scroll bar.
grid.vscrollBar().setBarWidth(12);
// or
grid.setOptions({
vscrollBar: {
barWidth: 12
},
hscrollBar: {
barWidth: 14
}
});