If you are using the TreeView in Windows Forms, you can't, as it doesn't
support this. If you are using the TreeView in WPF then you will want to
look at using the HierarchicalDat aTemplate.
"csharpula csharp" <csharpula@yaho o.comwrote in message
news:OooaP3$wIH A.4848@TK2MSFTN GP05.phx.gbl...
>
Hello,
I am trying to bind tree view. I got an object which is representing
the tree nodes (hierarchical). How can I implement this?
>
Thanks!
>
>
*** Sent via Developersdex http://www.developersdex.com ***
On Jun 2, 1:40 am, csharpula csharp <csharp...@yaho o.comwrote:
Hello,
I am trying to bind tree view. I got an object which is representing
the tree nodes (hierarchical). How can I implement this?
>
Thanks!
>
*** Sent via Developersdexht tp://www.developersd ex.com***
If you are open to a commercial solution then take a look at
Infralution's Virtual Tree. It makes binding to hierarchical data
(from either a DataSet or an object model) easy. You can get more
information and download an evaluation from:
Comment