views:

166

answers:

1

I have problem with wide grids of type TStringGrid. If user scrolls grid to the right and selects row then grid automatically scrolls left so first column can be seen, but not the column user is interested in. How to prevent such scrolling?

I use TurboDelphi (Delphi 2006).

My grid has standard options with changes:

  • goColSizing=True
  • goRowSelect=True
+2  A: 

See my answer to a similar question for the data-bound grid.

mghie
Thanks a lot, I will try it.
Michał Niklas