what type of container shoudl the legend be placed? I currently have it in a tab container and scrolling is grayed out even though I have it enabled. Any advice? Any chance I coudl peak under the hood of the SWC?
Thanks for posting this!
<mx:Accordion id="myAccordion" right="0" top="95" width="300" height="100%" chromeColor="#DFDBC1" color="#142B41" 
                          depth="1" fontFamily="calibri" fontWeight="bold" fontSize="14" openDuration="500" openEasingFunction="{Circular.easeOut}">
            <s:NavigatorContent id="accForm" width="100%" height="100%" backgroundColor="#28435D" label="TOOL FORM">
            </s:NavigatorContent>
            <s:NavigatorContent id="accresults" width="100%" height="100%" backgroundColor="#28435D" label="RESULTS"></s:NavigatorContent>
            <s:NavigatorContent id="accLayers" width="100%" height="100%" backgroundColor="#FAFAF6" label="LAYERS">
                  <s:layout>
                        <s:VerticalLayout paddingLeft="8" paddingRight="2"/>
                  </s:layout>
                  <legend:JLegend height="{accLayers.height - 5}" width="{accLayers.width - 10}" horizontalCenter="{accLayers}" id="jl" Map="{map}"/>
                  
            </s:NavigatorContent>
      </mx:Accordion>