SMART datagrid v.1 > Classes > ScrollBar
Style Set which is used when drawing scroll bar buttons.
grid.vscrollBar().setButtonStyles({
background: "#ccc",
shpaeColor: "#aaa" // Arrow Color
});
// or, apply to both scroll bars in loadStyles.
grid.loadStyles({
scrollBar: {
button: {
background: "#ccc",
shpaeColor: "#aaa"
}
}
});