This question was answered by Adobe on their Flex forum.
You have set an explicit width of mx:Image in your list renderer
http://forums.adobe.com/message/2916563#2916563

Just wanted to close the loop here in case others see the same issue.

Don 




--- In flexcoders@yahoogroups.com, "fusionpage" <fusionp...@...> wrote:
>
> Strange.  DataProvider contains an item at zero, but it doesn't appear 
> visible in the list.  Selecting the item works fine and the data is there... 
> it is just not visible.  Is this a known bug?  It occurs with/without the 
> custom skinClass.
> 
> 
> Any ideas?
> 
> 
> Don
> 
> 
> <s:List id="topLeft"  
> creationComplete="topLeft_creationCompleteHandler(event)"   
> dataProvider="{photosDP}"  borderColor="0xffffff" borderAlpha="0.3" 
> skinClass="TouchListHorizontal"  width="100%" height="100%" 
> itemRenderer="ImageRendererPhotosThumb" horizontalCenter="0" 
> verticalCenter="0">
>             <s:layout>
>                 <s:HorizontalLayout   horizontalAlign="center" 
> verticalAlign="middle" />
>             </s:layout>
>         </s:List>
>


Reply via email to