I found this example http://blog.flexexamples.com/2009/11/02/auto-scrolling-the-contents-of-a-vgroup-container-in-flex-4/ which works great but only if you have the focussable elements in a VGroup.

However I have a Form inside the VGroup which means that the focussable elements are in FormItems of the Form. The Form can't be added directly into the Scroller and doesn't have a layout property.

I could use form.getElementIndex(formItem) and then do some math using the formItem y position but that's very ugly. Anyone have an idea how to get this working in a clean way like the above example?

link|improve this question

75% accept rate
Woot woot! I just found Scroller.ensureElementIsVisible()! Nevermind! :D – loungelizard Aug 5 '11 at 13:57
If you figured it out; please answer your own question and select your own answer as such. This will help people in the future who stumble upon the question. – www.Flextras.com Aug 5 '11 at 14:03
Yup, tried it yesterday but didn't have the SO privilege to do that. Seems today it works. – loungelizard Aug 6 '11 at 5:03
feedback

1 Answer

Woot woot! I just found Scroller.ensureElementIsVisible()! Nevermind! :D

link|improve this answer
feedback

Your Answer

 
or
required, but never shown

Not the answer you're looking for? Browse other questions tagged or ask your own question.