The slow scrolling is due to the huge number of columns.
TList is far better at dealing with huge row counts than with huge column counts.
Depending on your application you may want to try instead to use TList's Virtual Data mode
which will give you faster response and take far less memory when dealing
with such a large number of columns. It will still be very slow with 5000 columns
of data, but definitely should be better.
I hope this is helpful.
Note - for formal technical support,
=> Click on Support
=> Click on "Submit Support Question
( This Google Groups forum here is not for formal support
and is only very infrequently reviewed by Bennet-Tec,
It is rather for User to User communications )
Also you may want to look into the newer TList 8 OCX edition.
========================