フレックスツリーがあり、子が含まれていないフォルダがいくつかあります。
その結果、それらはリーフアイテムとして表示されます。これを回避してフォルダとして表示させる方法はありますか?また、開く/閉じるアイコンも表示しないでください。
<mx:Tree borderThickness="0" defaultLeafIcon="{leafIcon}" folderClosedIcon="{folderClosedIcon}" folderOpenIcon="{folderOpenIcon}" height="100%" id="testTree"
itemClick="test.entityChecked();" itemClose="test.removeEntities(event)" itemOpen="test.addEntityChildren(event)" variableRowHeight="true"
verticalScrollPolicy="off" width="100%" x="0" y="0"/>
どんな助けでも認められるでしょう。