On 6/6/05, Tim Blair <[EMAIL PROTECTED]> wrote:

> I have a TileList component which I add items to via a drag/drop
> operation; this is all working fine.  The problem I'm having is that
> when the item has been dropped onto the TileList, it appears the
> resetScrollPositions() function is automatically called and the TileList
> automatically scrolls back to the beginning.  How can I get this to
> scroll to the position that the new item has been added?

Set the 'vPosition' to the index to which you want to scroll to (the
one where you added the new item).


 
Yahoo! Groups Links

<*> To visit your group on the web, go to:
    http://groups.yahoo.com/group/flexcoders/

<*> To unsubscribe from this group, send an email to:
    [EMAIL PROTECTED]

<*> Your use of Yahoo! Groups is subject to:
    http://docs.yahoo.com/info/terms/
 


Reply via email to