Hello.
I'm using a treeview control wit several levels.
What i'm trying to do is that when i click on a node if this node has
Children>0 then clear all these children.
How can i do that?
Thanks
Luis
Hi,
you can get child nodes using Child property and the remove each child node
using Nodes collection Remove method

Signature
Best regards,
___________
Alex Dybenko (MVP)
http://alexdyb.blogspot.com
http://www.PointLtd.com
> Hello.
> I'm using a treeview control wit several levels.
[quoted text clipped - 6 lines]
>
> Luis