How can I get an item, when I've an item index?
I think that
tree.selectedIndex = index;
item = tree.selectedIndex;
will be great, but is there another method?


Reply via email to