Adobe Flex: Auto scrolling the contents of a VGroup container in Flex 4
Auto scrolling the contents of a VGroup container in Flex 4
The following example shows how you can tab through a series of Spark TextInput controls in Flex 4 and auto-scroll the VGroup container so that the currently focused text field has focus by using the fractionOfElementInView() method, getScrollPositionDeltaToEl ement() method, and verticalScrollPosition property. Full code after the jump. And a big thanks to Hans Muller for explaining this [...]



