On Wed, 2007-06-20 at 14:44 +0200, Graeme Geldenhuys wrote:
> That's an interesting idea. I believe I have seen 3rdParty Delphi grid
> components doing the same thing.  Based on you idea and screenshot.
> How would you access the cell selected in the screenshot?
> 
> Grid.Cells[???] := 'My new text';

The colums are placed above/below each other. If you look at the
screenshot, Grid.Cells[1,1]='status 2' Grids.Cells[2,1]='jojojo3' and
Grids.Cells[3,1]='Laag'
While Grid.Cells[1,2]='status 3' Grids.Cells[2,2]='abcd2' and
Grids.Cells[3,2]='Hoog'

Joost


_________________________________________________________________
     To unsubscribe: mail [EMAIL PROTECTED] with
                "unsubscribe" as the Subject
   archives at http://www.lazarus.freepascal.org/mailarchives

Reply via email to