Sunny Dhiman

Sunny Dhiman

  • NA
  • 188
  • 16.3k

Delete individual tree view child node

Feb 26 2012 11:41 AM

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.