binding

  • Thread starter csharpula csharp
  • 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!
 
N

Nicholas Paldino [.NET/C# MVP]

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.
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Top