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
link|improve this question

feedback

1 Answer

up vote 2 down vote accepted

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

link|improve this answer
Thanks a lot, I will try it. – Michał Niklas Oct 29 '09 at 10:23
feedback

Your Answer

 
or
required, but never shown

Not the answer you're looking for? Browse other questions tagged or ask your own question.