Thank you, it works nicely. I was looking in all the wrong places and missed the obvious.
Thanks again, John --- In [email protected], "rueter007" <[EMAIL PROTECTED]> wrote: > > call scrollToIndex(myIndex) on the tree; > > --- In [email protected], "j_lentzz" <jelentz@> 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 the index of the bookmark, and it > > highlights the item just fine. However, if the item is off of the > > page, the vertical scroll does not move to show it. I can manually > > scroll down and see it. Is there a way in Flex 2 to determine if/how > > to scroll to show the selectedIndex in Tree? > > > > Thanks, > > > > John > > >

