end pressed; go to last visible node
var node = this; while(node.isExpanded){ var c = node.getChildren(); node = c[c.length - 1]; } if(node && node.isTreeNode){ this.focusNode(node); }