Method for programmatically scrolling to an index in the flat list of the TreeView.
index
Future scrollToIndex(int index) async => _animatedListController.expansionBehaviourController.scrollToIndex(index);