TreeView1.Nodes(0).EnsureVisible()

Is no different from

TreeView.TopNode.EnsureVisible

So I have to assume it is the Focus you are interested in seeing, that is the blue highlight, in which case check out this property, which may help in future.