Home > Mobile >  Start Moving DBGrid Scrollbar After Come to the End of List (Delphi)
Start Moving DBGrid Scrollbar After Come to the End of List (Delphi)

Time:04-18

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

CodePudding user response:

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

  • Related