Would like to be able to scroll a specific item in a tree into view. This is useful for any feature where interactions outside of the tree need to reveal something inside of the tree. Couldn't find a way to do it using the existing component.
Talked this over with @giladgray and decided to go about it this way:
Tree#getNodeRef function to core BlueprintmyTreeRef.getNodeRef("myNode").scrollIntoView()
Most helpful comment
Talked this over with @giladgray and decided to go about it this way:
Tree#getNodeReffunction to core BlueprintmyTreeRef.getNodeRef("myNode").scrollIntoView()