Topic: Removing selected tree node

Hi,

is there a option to remove the selected node from the tree?


Thanks,
Jeff

Re: Removing selected tree node

myTree.getSelected().remove()

Re: Removing selected tree node

Ups. Sorry my bad. Hadn’t seen it. hmm