Method for programmatically scrolling to a node in the TreeView.
node
Future scrollToItem(Tree node) async => _animatedListController.expansionBehaviourController.scrollToItem(node);