I\'m looking for a way to scroll to a specific element in a Tree. Any idea how to do this ?
Try this in your node click event handler:
node.getUI().getIconEl().scrollIntoView(node.getOwnerTree(), false);