Hello Flexcoders,

 

I did a bit of research sorry if it has been posted already.  Any idea how can I make a container’s view port automatically scroll when I tab to a control outside of the view port?

 

<?xml version="1.0" encoding="utf-8"?>

<mx:Application xmlns:mx="http://www.macromedia.com/2003/mxml">

 <mx:Panel width="100%" height="100%">

    <mx:Form height="200" vScrollPolicy="auto">

        <mx:TextInput />

        <mx:TextInput />

        <mx:TextInput />

        <mx:TextInput />

        <mx:TextInput />

        <mx:TextInput />

        <mx:TextInput />

        <mx:TextInput />

        <mx:TextInput />

        <mx:TextInput />

    </mx:Form>

   </mx:Panel>

</mx:Application>

 

 

 

Thanks for any help,

Allen

 

http://www.prismix.com/

 

 



--
Flexcoders Mailing List
FAQ: http://groups.yahoo.com/group/flexcoders/files/flexcodersFAQ.txt
Search Archives: http://www.mail-archive.com/flexcoders%40yahoogroups.com




YAHOO! GROUPS LINKS





--
Outgoing mail is certified Virus Free.
Checked by AVG Anti-Virus (http://www.grisoft.com).
Version: 7.0.269 / Virus Database: 267.9.2 - Release Date: 19/07/2005

Reply via email to