Is there a way I can stop the DBAdvGrid auto scrolling please?

Is there a way I can stop the DBAdvGrid auto scrolling please?

if i click on the bottom row it jumps down 2. Pagemode is false.

Thanks

Pagemode tried true and false. True i'd prefer.

I assume this last row is partially visible (otherwise, it shouldn't trigger scrolling).
If you want to prevent this for partially visible rows, you can set:
DBAdvGrid.MouseActions.NoScrollOnPartialRow = true