'Start Moving DBGrid Scrollbar After Come to the End of List (Delphi)

I have a DBGrid in my form that contains many items. Now I have tow the problems: 1- if items count in my DBGrid is less, I shouldn't be have vertical scrollbar. 2- when I click on each cell in DBGrid, Scrollbar start moving. while scrollbar should be start moving to down when I want to see (hidden or bottom) Items in the list. I couldn't find any options in DBGrid Properties for fix this solution.

Picture of first problem: (show vertical scrollbar with less items)

enter image description here

Picture of Second problem: (Moving Scrollbar after click on DBGrid cells)

In this picture, scrollbar should be start moving down when I want to show Item 25

enter image description here



Solution 1:[1]

The Best Solution for fix these issues is use NextDBGrid6 component from bergsoft.

Sources

This article follows the attribution requirements of Stack Overflow and is licensed under CC BY-SA 3.0.

Source: Stack Overflow

Solution Source
Solution 1