是否有任何使用xml将ListBox
绑定到northwind数据库的示例?
例如,我想使用northwind数据库绑定我的ListBox
。我有norhtwind.mdb文件
所以我怎么能只用xml绑定ListBox
请告诉我谢谢.......
答案 0 :(得分:0)
使用ListBox的ItemsSource-Property。
<ListBox ItemsSource={Binding Source={StaticResource xmlFileRes}, Path=/doc/element, Mode=OneWay}/>