Hi I am using the FileSystemTree component to view the filesystem. I have a button below the tree which adds a new subdirectory to the currently selected directory.
When there are too many subdirectories for the viewable area the new subdirectory is added to the tree but is out of view. What is the best approach to programatically scroll to the newly created subdirectory? Regards Paul

