public void ScrollIntoView()
 {
     TreeView.ScrollIntoView(TreeView.SelectedItem);
 }