Hey All,

Suppose I have a simple class, node.as.

It has two properties:

name:String;
childNodes:ArrayCollection; //contains more node objects
                                             //which may contain even
more node objects.
                                            //these will be built up
recursively.

What's the best way to display this in a tree control?  Can I specify
label and children fields in the Tree declaration?

/willy

~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~|
Want to reach the ColdFusion community with something they want? Let them know 
on the House of Fusion mailing lists
Archive: http://www.houseoffusion.com/groups/flex/message.cfm/messageid:6165
Subscription: http://www.houseoffusion.com/groups/flex/subscribe.cfm
Unsubscribe: 
http://www.houseoffusion.com/cf_lists/unsubscribe.cfm?user=11502.10531.37

Reply via email to