[flexcoders] Re: How to scroll Tree based on selectedIndex

2008-02-12 Thread j_lentzz
Thank you, it works nicely. I was looking in all the wrong places and missed the obvious. Thanks again, John --- In flexcoders@yahoogroups.com, "rueter007" <[EMAIL PROTECTED]> wrote: > > call scrollToIndex(myIndex) on the tree; > > --- In flexcoders@yahoogroups.com, "j_lentzz" wrote: > > > > H

[flexcoders] Re: How to scroll Tree based on selectedIndex

2008-02-11 Thread rueter007
call scrollToIndex(myIndex) on the tree; --- In flexcoders@yahoogroups.com, "j_lentzz" <[EMAIL PROTECTED]> wrote: > > Hi, > > I've finally figured out how to get a list of bookmarks into my > ICollectionView, but now I need to select and scroll to each item. I > can set selectedIndex equal to th