Mytree appears just fine but why ca not I access the node attributes?
Answer Posted / Akhilesh Kumar Pandey
In Adobe Flex, you might not be able to access a MyTree's node attributes if the nodes are of a data type that does not have publicly accessible properties or if the attributes are private. Consider creating custom classes for your tree nodes and adding getter/setter methods to expose required attributes.
| Is This Answer Correct ? | 0 Yes | 0 No |
Post New Answer View All Answers