Используйте компонент Scroller внутри тегов NavigationContent и группу внутри тегов Scroller:
<s:NavigatorContent width="100%" height="100%">
<s:Scroller width="100%" height="100%">
<s:Group>
<!-- Your component(s) here! -->
</s:Group>
</s:Scroller>
</s:NavigatorContent>