SMART datagrid v.1 > Classes > DisplayOptions
If it is true, when dragging the vertical scroll bar, it will scroll the rows.
If it is false, when completing the dragging, the rows will be displayed after being scrolled for the corresponding location. The horizontal scroll is set by horzLiveScroll property.
Defaults to true.
grid.setOptions({
display: {
liveScroll: true
}
});
grid.setDisplayOptions({
liveScroll: true
});
grid.displayOptions().setLiveScroll(true);