hm.. suppose i have a tile like this:
<mx:Tile height="171" width="205" x="0" y="0" verticalScrollPolicy="on">
<mx:Button label="Button 1" width="198" height="60"/>
<mx:Button label="Button 2" width="198" height="60"/>
<mx:Button label="Button 3" width="198" height="60"/>
</mx:Tile>
if you run this, you will see that Button 3 is only partially visible, and the
user would need to scroll a little down to see the full button..
what i would like to know is, is there anyway that when the user mouse over the
button 3, i would be able to detect that it isnt full visible and scroll it
down (or up depending) to make the control the user has the mouse over full
visible..