Hi,
I want to add the selected item from the TreeView to the ListBox control using DataBinding (If it can work with Databinding).
<TreeView HorizontalAlignment="Left" Margin="30,32,0,83" Name="treeView1" Width="133" >
</TreeView>
<ListBox Margin="208,36,93,0" Name="listBox1" Height="196" VerticalAlignment="Top">
</ListBox>
TreeView is populated from the code behind page with some dummy data.