我想使用(如果可以使用)将所选项目从 中添加TreeView
到ListBox
控件中。DataBinding
DataBinding
<TreeView HorizontalAlignment="Left"
Margin="30,32,0,83"
Name="treeView1"
Width="133" >
</TreeView>
<ListBox VerticalAlignment="Top"
Margin="208,36,93,0"
Name="listBox1"
Height="196" >
</ListBox>
TreeView
从页面后面的代码中填充一些虚拟数据。