binding

Collapse
This topic is closed.
X
X
 
  • Time
  • Show
Clear All
new posts
  • csharpula csharp

    binding


    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 ***
  • Nicholas Paldino [.NET/C# MVP]

    #2
    Re: binding

    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.


    --
    - Nicholas Paldino [.NET/C# MVP]
    - mvp@spam.guard. caspershouse.co m

    "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 ***

    Comment

    • Grant Frisken

      #3
      Re: binding

      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:



      Regards
      Grant Frisken
      Infralution

      Comment

      Working...