J
Just Me
I want to be sure there are no duplicate nodes in a ListView so before I add
a new node I want to check to see it a similar node has been previously
added.
Is there an easy way to do that or do I have to loop thought all the nodes
comparing each to the new node?
I tried to use "listviewX.Contains" to do this and couldn't get it to work
but maybe I didn't do it correctly.
Thanks
a new node I want to check to see it a similar node has been previously
added.
Is there an easy way to do that or do I have to loop thought all the nodes
comparing each to the new node?
I tried to use "listviewX.Contains" to do this and couldn't get it to work
but maybe I didn't do it correctly.
Thanks