M
Mikael Jansson
Hi,
Is it possible to add a treenode to a treeview by using a string that has
the PathSeparator as divider in the string?
hereis a psedocode (maybe stupid format or coding but I hope you understand
what I mean)
treeview.pathSeparator = "."
[treeview add node] = "1.2.6.1.2.2.4.4.2.1"
[treeview add node] = "1.2.6.2.1.2.4.4.2.1"
"The new node is separated into the tree as this example
1 --
I--2
I--6
I--1
I--2
I--1
... ... ... ... ...and so on
kind regards
/ Mikael
Is it possible to add a treenode to a treeview by using a string that has
the PathSeparator as divider in the string?
hereis a psedocode (maybe stupid format or coding but I hope you understand
what I mean)
treeview.pathSeparator = "."
[treeview add node] = "1.2.6.1.2.2.4.4.2.1"
[treeview add node] = "1.2.6.2.1.2.4.4.2.1"
"The new node is separated into the tree as this example
1 --
I--2
I--6
I--1
I--2
I--1
... ... ... ... ...and so on
kind regards
/ Mikael