private void load_click(object sender, EventArgs args) { VisualTreeItem vti = new VisualTreeItem(listBox); treeView.ItemsSource = vti.Children; }