Solved
Forum Discussion
Colin_McCrae
10 years agoCommunity Hero
There should be some sort of scroll into view method for the grid.
Or failing that, you should be able to access the scrollbar control and manipulate that directly.
I use a few Delphi grid types and with the methods I use to control them, so far it's automatically scrolled to anything outside the initial visibly area. On both the horizontal and vertical planes.
But without seeing the available methods for your control, it's hard to say as these are not grids I've ever worked with ...
- Colin_McCrae10 years agoCommunity Hero
Something like this maybe?