NextVisibleNode does not scroll to out of view nodes. Here is part of my
code:
// Make sure the children nodes at the currently selected node are visible
tvwFolders.SelectedNode.Expand();
// Select the next node in the TreeView
tvwFolders.SelectedNode = tvwFolders.SelectedNode.NextVisibleNode;