TAdvStringGrid versus scrolling row by row

Using the mouse wheel I prefer scrolling in the TAdvStringGrid (v6.0.4.2). It seems scrolling skips some rows. Is there an option available to scroll row by row?

Thank you in advance for your help.

Set:

AdvStringGrid1.MouseActions.WheelIncrement := 1;

Thank you. This works perfect. :)