Your Privacy Matters: We use our own and third-party cookies to improve your experience on our website. By continuing to use the website we understand that you accept their use. Cookie Policy
850
Hiding the active node
posted

I'm trying to filter the nodes in my tree by evaluating a condition on each one and setting its Visible property to false if it doesn't match. However, when I try to hide the (single) selected node, I get the error message "The ActiveNode can only be set to a node that belongs to this control."

Since I can't not have an ActiveNode, how can I make this work?

Thanks,
   Aaron