<<
I have a node on a treeview which I want to hide.

>>

The underlying control does not offer a visible property on the nodes, so 
there's no way for R:Base to let you do that directly.

If you can't add / remove the node as needed consider using a DB treeview based 
on a view in which the records have a IsVisible column which makes includes or 
excludes them from the view as necessary.  Update the data and refresh the 
treeview as needed.
--
Larry

Reply via email to