Yes, I did.  I have this in my app:

<j:List localId="imageList" className="imageListItemRendererHorizontal"
click="preparePhotos(event)">
    <j:beads>
        <j:ScrollingViewport/>
    </j:beads>
</j:List>

If I add it directly to the list, I do indeed get scrollbars as desired, but
there are two problems.  The first is that in both TileHorizontalLayout and
HorizontalLayout, the background of the List component is white, but as you
are scrolling, the white background scrolls with it leaving behind a grey
background.  The white background is the same size as you set for the List. 
You will see in both layouts that half the background is white and the other
half is grey, and this background scrolls with the images.

<http://apache-royale-users.20374.n8.nabble.com/file/t184/Screenshot_%2884%29.png>
 

<http://apache-royale-users.20374.n8.nabble.com/file/t184/Screenshot_%2885%29.png>
 

And of course, the other problem is that when moving from the
TileHorizontalLayout to the HorizontalLayout, the horizontal layout groups
the images into groups of two with a large space between them as seen in the
second image.



--
Sent from: http://apache-royale-users.20374.n8.nabble.com/

Reply via email to