were released on Wed, 16 Jun 1999 07:52:04 GMT
bearing the following fruit:
Quote:
>I have a flex grid configured such that it has 100 rows in total, but
>only 20 visible at a time. New rows are always added at the top (after
>the column titles), but I don't want it's size to go over 100 rows.
>I am looking for code to efficiently move all rows down by one, in
>order to add the newest to the top. Currently I am using code that
>copies cell contents one by one, but is *sooooo slooooow*.
>Any ideas?
MSFlexGrid1.AddItem "Some Text", 0
Adds a new row at the top of the flexgrid.
Not sure why you are copying cell contents.
Drac