Vincent Snijders wrote:
> Jesus Reyes schreef:
> > --- Al Boldi <[EMAIL PROTECTED]> escribiَ:
> >> TListBox:     10k rows in 73sec
> >> TTreeView:   100k rows in 50sec
> >> TMemo:       100k rows in 30sec
> >> TListView:   100k rows in 1.5sec
> >> TStringGrid: 100k rows in 0.5sec
> >
> > Are you sure?, this doesn't match with Mattias mail.
>
> Al, did you set the focused row to the last added rows after each 10 rows?

Here is the code:
============================
  StringGrid1.RowCount:=100002;
  i:=0;
  repeat
    inc(i);
    StringGrid1.Cells[0,i]:='tst'+inttostr(i);
  until i>100000;
============================


Thanks!

--
Al

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

Reply via email to