Hello... I need some help with my form. I have this component. I put a few other components inside the TileGroup dynamically. I'd like that as I press tab, changing the focus that the scroll would follow the focus. Could anyone help me with some tips? Thank you.
<?xml version="1.0" encoding="utf-8"?> <s:VGroup xmlns:fx="http://ns.adobe.com/mxml/2009" xmlns:s="library://ns.adobe.com/flex/spark" xmlns:mx="library://ns.adobe.com/flex/mx" width="100%" height="100%" horizontalAlign="center" verticalAlign="top" paddingTop="5"> <s:NavigatorContent id="navigator" maxWidth="850" maxHeight="350"> <s:Scroller width="100%" height="100%" id="scroller"> <s:TileGroup orientation="rows" id="tile" horizontalCenter="0" horizontalAlign="center" horizontalGap="0" verticalGap="10"/> </s:Scroller> </s:NavigatorContent> <s:HGroup width="100%" horizontalAlign="center"> <s:Button label="« Retornar" click="{FlexGlobals.topLevelApplication.goto(2)}"/> <s:Button label="Avançar »" click="{FlexGlobals.topLevelApplication.goto(4)}"/> </s:HGroup> </s:VGroup> -- You received this message because you are subscribed to the Google Groups "Flex India Community" group. To post to this group, send email to [email protected]. To unsubscribe from this group, send email to [email protected]. For more options, visit this group at http://groups.google.com/group/flex_india?hl=en.

