I have a TreeView control that I am populating with a lot of data.
I have been asked to expand the nodes so management can quickly access the
individual elements.
This is easy to do with TreeView1.ExpandAll(); however, the TreeView control
scrolls the last part of the data into focus.
How do I either prevent this scrolling or reset the TreeView control's view?