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
+ 12-02-2001 Delete+ 12-02-2001 Delete+ 12-02-2001 Delete+ 12-02-2001 Delete
Thanks.