I need to have link buttons at end of each parent node as shown below
–>(Parent)IBM Machines (rename | delete | disable)
Child 1 Child 2 Child 3
–>(Parent)Sony ( rename | delete | disable)
Child 1 Child 2 Child 3
rename ,delete and diasble are supposed to be link buttons. I have tried with label function and other methods also but not able get the exact requrement. Please help me as how to achieve this.
Use ItemRendrer, examples (including tree) can be found at
Using an item renderer with a Tree control
EDIT Please also see sample : Flex Checkbox TreeItemRenderer
Hopes that helps
EDIT Please use following ItemRendrer