|
-
November 25th, 2009, 06:24 AM
#1
Slow CListCtrl
Hi.
I need to put in a CListCtrl about 300.000 items but it is very slow.
There are some way to work properly with this number of items?
Now I am working in a loop as follow:
1.- Read data from file (it is fast)
2.- lstCtrl.InsertItem(...)
3.- lstCtrl.SetItemText(...)
I only need to put in a grid the file content: are ther other control faster?
Thanks in advance!!
Posting Permissions
- You may not post new threads
- You may not post replies
- You may not post attachments
- You may not edit your posts
-
Forum Rules
|
Click Here to Expand Forum to Full Width
|