TAdvStringGrid row height scaling

How to keep proper scale of grid in different screen resolutions? On another PC, with smaller screen resolution, rows height remains the same, but grid height is reduced so some rows are hiden.
The same problem for columns can be solved using ColumnSize->StrechAll = true. Is this somethig like that for rows?

There is no built-in option that would automatically adapt the row height itself. You'd have to check the screen DPI and adapt programmatically the row height accordingly via grid.DefaultRowHeight