Ola,

Not sure how to explain my question but here I go:

I have a Treeview with nodes.
example:
- 25
- 50
- 75
- 85

After a click of a button I want to do a calculation with all the nodes and add the result in a new treeview. There are no child-nodes.

How do I "loop" through the nodes, add, for example, 10 to the values and add each value/result to a new node in a second treeview?

I hope I made myself clear. If not, please ask. Really need this.