silverlight treeview 如何绑定到oracle数据库表中
父节点:parent_id
子节点:module_id
节点名称:name
节点类型:type_of_node
TreeView.ItemsSource 如何使用?MSDN太抽象啦
MSDN:获取或设置用于生成 ItemsControl 的内容的集合。 (继承自 ItemsControl。)
[解决办法]
Treeview绑定数据库类型无所谓,绑定collection类型就可以。
看看你是什么类型的数据。
对于层次性数据,可以参考这篇教程:
http://silverlightchina.net/html/tips/2009/1211/391.html
如果是普通数据也可以参考:
http://silverlightchina.net/html/tips/2010/0101/513.html
http://silverlightchina.net/html/tips/2010/0101/514.html
http://silverlightchina.net/html/tips/2010/0101/515.html