I have treeview with two columns: ID and Value. each row represent parameter like strenght, hp... and there can be subcategory like attack type, in attack type sub tree i can add few attack like fire or ice attack (it is stored in two dimension tab) and i need to put button: add attack type, remove attack type in to tree.
How to do that?