georgepatotk
Contributor
I want to copy the whole list of a listview to another without using iteration statement because it could be time consuming if my data volume is large.
I had tried lv1 = lv2, this doesn't seems to work correctly because lv2 is created in other class.
I wish to do something like
lv1.Items = lv2.items
Please give me a clue to do this with iteration control. Thanks in advance..
I had tried lv1 = lv2, this doesn't seems to work correctly because lv2 is created in other class.
I wish to do something like
lv1.Items = lv2.items
Please give me a clue to do this with iteration control. Thanks in advance..