Solved! Go to Solution.
<s:Scroller width="100%" height="100%">
<s:DataGroup id="dataGroup"
dataProvider="{contentList}"
itemRenderer="{infoChartItemRenderer}">
<s:layout>
<s:VerticalLayout gap="1" useVirtualLayout="false"/>
</s:layout>
</s:DataGroup>
</s:Scroller>
<s:Scroller width="100%" height="100%">
<s:DataGroup id="dataGroup"
dataProvider="{contentList}"
itemRenderer="{infoChartItemRenderer}">
<s:layout>
<s:VerticalLayout gap="1" useVirtualLayout="false"/>
</s:layout>
</s:DataGroup>
</s:Scroller>