shteev
Programmer
- Jul 15, 2003
- 42
I'm writing a database app in Visual C++ 6, using a listview to display my items; up to about 6,000 of them. I'm finding InsertItem() quite slow. Is there a way I can Insert multiple items into the list with a single command, and then edit them when they are in place?