0

I created an Array Collection that has two layer objects like below, but I get just one layer result. I just see "Countries" result on tree. I set labelField as 'Name'
. So what could be my mistake?

Countries ---- Turkey
-
---- England
-
---- USA

nadir.shpz
  • 124
  • 1
  • 13

1 Answers1

0

Fixed the problem by using GroupCollection2 . You may use following link http://help.adobe.com/en_US/FlashPlatform/reference/actionscript/3/mx/collections/GroupingCollection2.html

nadir.shpz
  • 124
  • 1
  • 13