Hey all, I am adding context menus to tree node items. The menus are being created dynamically in AS and I was just wondering if anyone knew a way to nest them.
For example, right now I am having to add:
Add Node Above
Add Node Below
Add Node Inside
I’d like to do:
Add Node
-> Above
-> Below
-> Beside
Not critical, but I’d prefer to do it that way if I can.