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