我正在使用以下代码使用 Flash Builder 4.6 在 Android 上创建水平图像列表。
<s:layout>
<layouts:CoverflowLayout id="coverflow" selectedIndex="{list.selectedIndex}"
horizontalDistance="130" selectedItemProximity="50"
depthDistance="1" elementRotation="-75" focalLength="300"
perspectiveProjectionX="-1" perspectiveProjectionY="-1"/>
</s:layout>
它显示图像的水平列表。当我单击它们时,我可以选择它们,但是当我在列表上滑动时,所有图像都会消失。是否可以防止它们消失或添加这种滑动效果?