Is there any way to prevent displaying the “>” caret before the tree node if the node has no children? I’d like it to not display when children is an empty ArrayCollection. I know you can set the arraycollection to null but I’d prefer to avoid then having to do all the null checks throughout the code.
Share
create a custom renderer like this:
mxml:
and I find that if use xmllist, haven’t this problem, if no children, will not display discloure icon.