How can I guarantee a specific label is shown on the screen?
I am trying to write a mobile Air application and have a large number of labels, which scroll off the screen.
I would like to guarantee a specific label (I would know the label's ID) would be visible on the screen (ie scrolled to, say, the centre of the screen.
I have tried verticalScrollPosition but cannot seem to get the correct value for the position.
Any ideas on how to do this would be appreciated.
