SMART datagrid v.1 > Classes > GridStyles
The degree of making the corner of border round.
Currently, it is used in thumb or tooltip view of scroll bar.
Defaults to 0.
grid.loadStyles({
scrollBar: {
thumb: {
borderRadius: 5
}
}
});