0
Reply

Delete individual tree view child node

Ask a question
Sunny Dhiman

Sunny Dhiman

12y
1.6k
1

Hi,

I am working on a Windows application where I am showing logs using a treeview as shown below, here nodes are created dynamically on the basis of daily logs

Logs -

+ 12-02-2001
+ 12-02-2001
+ 12-02-2001
+ 12-02-2001

but I want to add delete button with each node as shown below

Logs -

+ 12-02-2001 Delete
+ 12-02-2001 Delete
+ 12-02-2001 Delete
+ 12-02-2001 Delete

Thanks.