binding

  • Thread starter Thread starter csharpula csharp
  • Start date Start date
C

csharpula csharp

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!
 
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 HierarchicalDataTemplate.
 
Back
Top