I have an application that uses a LIstView.
Maybe 100 items each with 20 subitems.
The app looks at eack item and subitem twice.
I.e., it scans the entire set of data
item1, sub1,sub2,...
item2,sub1,sub2 ...
..
..
twice
I've never run it long enough for it to complete.
I'm using 3GHz CPU on an XPS by Dell
Could it be that accessing a ListView takes that long?
Thanks for any help
Maybe 100 items each with 20 subitems.
The app looks at eack item and subitem twice.
I.e., it scans the entire set of data
item1, sub1,sub2,...
item2,sub1,sub2 ...
..
..
twice
I've never run it long enough for it to complete.
I'm using 3GHz CPU on an XPS by Dell
Could it be that accessing a ListView takes that long?
Thanks for any help
Comment