
09-16-2006, 05:15 AM
|
 |
Contributor
|
|
Join Date: Jan 2005
Location: Stoke-on-Trent, UK
Posts: 436
|
|
ListView & CPU usage
|
Hi,
I've got a strange problem which I hope someone can help me with.
I have quite a large VB.NET app. I used ListView controls throughout the app and they all have the same strange behaviour. More and more CPU power seems to get consumed when the lists get larger in size. For example, 20 items is about 2%, 100 items is about 8%, 250 items is about 17%. When I clear the list, the CPU goes back down to 0%.
I haven't implemented any code to process the list when there are items there so I can't understand why the processing power is needed.
Any ideas?
Thanks,
Matt.
|
|