Compare listview items in two adjacent listviews, and do stuff with identical items… Taking too loooong
问题 I am comparing items in two adjacent listviews, and marking items that are related (on one of my columns, i.e. product ID). My issue is with he time it takes to complete this process (several minutes). I currently use "finditemwithtext" and overloading to include searhces in subitems (my proiduct id column is on subitems(1) ... I have 12K items in listview 1, and 6k items in listview 2. Currently I am "stepping" through listview 1, and searching for a like item in listview 2. Doing it the