Hi,
I would like to know how to hide a node based on a binding. I looked all over for it but was unable to find any examples on how to do this.
Thanks!
-Brian
Binding the XamDataTree to a data source makes it reflect exactly the data source, so if you would like to hide certain node, you would have to remove the corresponding item in the data source.
HTH,
Hi Stoimen,
I don't want to remove the underlying data though. I did find something that I think is what I am looking for. I am looking into using the Node's Control property's Visibility property to show and collapse the node. Does this make sense?
Thanks again,