Re: Listview and time...
- Posted by Derek Parnell <ddparnell at bigpond.com> Apr 05, 2001
- 417 views
David's correct, and the only *really* tricky part is getting the scroll bar looking right. You might have to pretend that there are 2700 lines in a listview when at any given time there are only what's visible. Oh, and sorting could be fun too! ------ Derek Parnell Melbourne, Australia "To finish a job quickly, go slower." ----- Original Message ----- From: "David Cuny" <euphoria_coder at HOTMAIL.COM> To: "EUforum" <EUforum at topica.com> Sent: Thursday, April 05, 2001 7:38 AM Subject: RE: Listview and time... > > > >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.. > > My impression was that most applications only load as much of the tree as > needed, and dynamically add the nodes as the leaves are expanded. > > -- David Cuny > > > >