For example I've created Tree Object with three nodes with indexes: "1", "2", "3". Then I'd remove node with function Tree.RemoveNode("2"). After removing -> event "On Select" occurs (unexpected..) - node with index "1" was selected automatically. How to disable this automatic option?
Thanks
Thanks
Comment