Subject Re: [IBO] Grid flicker
Author Craig L. Leonardi
>
> I'll presume that you want on the v4 BETA so that you can be sure this is
> properly taken care of.
>
Count me in.

I like partial rows because users intuitively understand that more data
exists. When selecting the last row, I would like to see it completely
scroll into view.

Lastly, I too, would like to see a mechanism where I could display
the last rows in a sorted list. Right now I retrieve the records, and
issue an IB_Query.Last

Because of the tight integration between IB_Query and IB_Grid, it
is tough to find a way to retrieve the rows and display only the last
ones (with the grid cursor sitting on the last record) without watching
the entire process.

Craig