RE: Listview and time...
- Posted by Jonas Temple <jktemple at yhti.net> Apr 04, 2001
- 534 views
Euman wrote: > My guess is (and I'll keep working on it) that I'll need to get away > from the > win32libs mem functions > and poke in each subdata myself only to achieve nominal speed increase.. > > Any Suggestions? The only other trick in the SQL utility you looked at was the partial loading of the data. What I mean is I only load the first 100 records or so and then check when the user scrolls to the end of the current data. I then add the next block. If you want to bring up the data as quick as possible you might consider loading the first few records and then handling when the user actuall scrolls beyond the last item you inserted. Jonas