How to Add Item As SIBLING ITEM at the End? Even Selected anywhere?
If you need to add item as lats child of some element
tree.insertNewChild(parent_id,new_id,…
if you need to add item as sibling of some other item
tree.insertNewNext(sibling_id,new_id,…