Skip to main content
Participant
October 7, 2011
Answered

Problem with List control in Flex mobile

  • October 7, 2011
  • 2 replies
  • 601 views

Hi everyone.

i have some problem with list control in Flex mobile.  i need create list in "Flex mobile" and i need that List items must have  following structure. one image, text and then another image. how i must do this??

Regards

This topic has been closed for replies.
Correct answer

Include a <s:List> component with a custom Item renderer.

See the Flex documentation : http://help.adobe.com/en_US/flex/using/WS03d33b8076db57b9-23c04461124bbeca597-8000.html for more details.

2 replies

Participant
October 9, 2011

Help Please ;(

Correct answer
October 11, 2011

Include a <s:List> component with a custom Item renderer.

See the Flex documentation : http://help.adobe.com/en_US/flex/using/WS03d33b8076db57b9-23c04461124bbeca597-8000.html for more details.