I have a similar requirement. I need to hide all leaf nodes from the tree and display them in a separate list control.
Would anyone have any suggestions or pointers to get me started. Thanks, Peter --- In [email protected], "polestar11" <[EMAIL PROTECTED]> wrote: > > Hi there > > I have a Tree component that I feed in XML as its dataProvider. > I clean up this XML data before passing it too the tree by adding a > new attribute @nodeName to nodes that should be displayed. > > My assumption is that nodes without this field would not be displayed, > but what actually happens is that the text for that [leaf] node is > displayed instead. > > The only other option I can think of to hide a node is to delete it. > This is not an option since I would still like to have a reference to > it when I select its parent, I just dont want it to appear in the tree > view. > > Any ideas? > Tracy >

