TIWCGJQGridOptions.ScrollRows Property
When enabled, selecting a row with setSelection scrolls the grid so that the selected row is visible. This is especially useful when we have a verticall scrolling grid and we use form editing with navigation buttons (next or previous row). On navigating to a hidden row, the grid scrolls so the selected row becomes visible.
published property ScrollRows: Boolean index 60 read GetBooleanValue write SetBooleanValue stored IsBooleanStored;
Property Value
Type: Boolean