TreeView and DataBinding

  • Thread starter Thread starter Guest
  • Start date Start date
G

Guest

I am trying to populate a TreeView with XML data within a DataSet. I don't
see the property DataSource in the treeview, only a DataBinding. Can that
property to be used to populate my TreeView or must I brute force my way by
added each row of my dataset to the TreeView?
 
If you want a tree control that supports flexible dat binding to
ADO.NET datasets then take a look at Infralution's Virtual Tree. You
can get more information and download an evaluation version at:

www.infralution.com/virtualtree.html

Regards
Grant Frisken
Infralution
 
Back
Top