Warning: file_get_contents(/data/phpspider/zhask/data//catemap/9/apache-flex/4.json): failed to open stream: No such file or directory in /data/phpspider/zhask/libs/function.php on line 167

Warning: Invalid argument supplied for foreach() in /data/phpspider/zhask/libs/tag.function.php on line 1116

Notice: Undefined index: in /data/phpspider/zhask/libs/function.php on line 180

Warning: array_chunk() expects parameter 1 to be array, null given in /data/phpspider/zhask/libs/function.php on line 181
Apache flex 柔性水平平铺列表_Apache Flex - Fatal编程技术网

Apache flex 柔性水平平铺列表

Apache flex 柔性水平平铺列表,apache-flex,Apache Flex,我使用flex中的水平平铺列表来显示一个图像库,其中horiz中只有一个项目。一次显示一个波浪列表。我在两侧都有“下一个”和“上一个”按钮 问题是,当用户从底部的另一个thumbimages TilleList单击一个thumbimages时,我想在该列表中显示一个特定的项目/图像 我使用了someTilelist.selectedIndex属性,但它只选择列表中的特定索引,而不显示特定的项目/图像。我希望列表显示特定的图像,而不仅仅是选择它。请注意水平线。tilelist一次只显示一个图像 t

我使用flex中的水平平铺列表来显示一个图像库,其中horiz中只有一个项目。一次显示一个波浪列表。我在两侧都有“下一个”和“上一个”按钮

问题是,当用户从底部的另一个thumbimages TilleList单击一个thumbimages时,我想在该列表中显示一个特定的项目/图像

我使用了someTilelist.selectedIndex属性,但它只选择列表中的特定索引,而不显示特定的项目/图像。我希望列表显示特定的图像,而不仅仅是选择它。请注意水平线。tilelist一次只显示一个图像

tilelist.scrollToIndex(index);