Is there a way display the display list in the Tree
component. I could parse the display list into xml but then I would not be able to create a reference to the display object.
views:
19answers:
1
A:
You can use a list to fill a tree if the objects in your list have a parent
property, to specify which object is their parent. Otherwise you can't know how to position them in the tree.
Bozho
2010-09-29 05:41:26