For the ListView Pros.
- Posted by Tony Steward <figjam at nlc.net.au> May 21, 2001
- 381 views
Hi All, 2 things, Firstly it seems to me that setIndex(LV, x) does not work with list views. I have a listview of nearly 2000 items so I want an input box where when I type into it the onChange event will scroll the LV to the appropriate item. I can to this with normal lists but not LV. Secondly loading a listview with this number of items is painfully slow, I currently read a EU database and fill the list. It seems to me that if I can see the scroll bar shrinking as I add items it must be redrawing the LV after adding each item, this would slow it down considerable. Is there a better way, I seem to remember some talk on this a while ago. Thanks Tony Steward