Buttons in treeView
I am making an application where I want to display buttons next to each expanded leaf node. I looked for tree list view and datagrid in tree view but nothing helped. It would be great if anyone could suggest something I am coding with c# and using asp.net.
I am looking for something like this:
Parent开发者_开发技巧
-Child 1 Button1 Button2 -Child 2 Button1 button2
Parent2
Parent3
Parent 4
Buttons are displayed in front of only those nodes which are expanded.
精彩评论