Hi flexcoders, Does the inherited "enabled" property have any effect on the Accordion component? I tried this as a test:
<mx:Accordion label="test" enabled="false"> <mx:Form label="foo"/> <mx:Form label="bar"/> </mx:Accordion> But the Accordion that shows up is still enabled (responds to header clicks etc.). - rdo

