Showing scrollbars when new row added and requires scrolling

If I add rows with addRow() the grid should automatically show the scrollbars if the new row requires scrolling. But it doesn’t is there a method that I could call to make the grid show the scrollbars?

Was able to make the grid show the scrollbars by calling the method showRow(rowid) for the newly created row.