SMART datagrid v.1 > Classes > ScrollBar
The minimum size of scroll bar track button of pixel unit.
Defaults to 20.
grid.vscrollBar().setMinThumbSize(30);
// or
grid.setOptions({
vscrollBar: {
thumbSize: 30
},
hscrollBar: {
thumbWidth: 30
}
});