Tom F 83 Posted May 18, 2021 In the TDbGrid as shown, when the line below is executed: dataset1.RecNo = 7; Delphi correctly selects the row, but then scrolls the grid down a few rows vertically so that row 7 is vertically centered in the grid even though it was previously visible. Is there a way to disable this unconventional behavior? Share this post Link to post
Stano 143 Posted May 19, 2021 Does TD bGrid have the "center selected record" property? Share this post Link to post
Tom F 83 Posted May 20, 2021 I'm the OP on this thread. This post provides a solution to my issue: https://stackoverflow.com/questions/2995662/delphi-restore-actual-row-in-dbgrid/2996360#2996360. Share this post Link to post