You know, I think I'll just use a ViewStack with a child Repeater and call it good.
(Still post some links if you've got them though.) --- In [email protected], "Todd" <tpreka...@...> wrote: > > Hello All, > I have a HorizontalList that has an ItemRenderer that displays an Image. > The HorizontalList only displays one of my images at a time. I'm trying to > make a transition where the next image slides into the screen. > Now, since itemRenderers are recycled, I probably can't use a List control. > So, I'm open to using a Repeater. > > I've worked with transitions in the ViewStack before. > > Any suggestions or links to slideshow samples that have images slide into > place? > > Thanks >

