Subject Re: TIB_Grid scrolling up/dn without moving columns ?
Author Jason Wharton
--- In IBObjects@yahoogroups.com, "Frank" <FrankBKK@...> wrote:
>
> I stumbled over a rather anoying detail:
>
> Having a grid with many columns that don't fit all within the
width
> of the grid you have to scroll left/right in order to see them.
>
> Having scrolled somewhat to the right and then browsing up/down
> let the grid jump on every skip to the first column of the grid.
>
> This is really anoying when you have to compare some values down
in
> the middle of a record and position again over and over on every
> up/dn scroll in the grid.
>
> Any ideas how to fix this behaviour ?
>

I worked on trying to fix this annoying quirk but it is buried down
in the grid base class and I never could get it to behave properly.

At times I have been tempted to get rid of the base class and write
my own grid from scratch.

The grid code is a bit hairy but you might be able to figure it out
if you jump in under the hood. If you send me a private email
requesting this be worked on I will put it in my list of items to
take another crack at.

Jason