How to create a horizontal list in sencha touch

I have several images that I want to place in a horizontal list.
Do you know how I can do this?
Which component should I use?

thanks for answers

+3
source share
2 answers

Use a β€œcontainer” with a β€œcolumn” layout. If you could ask the question a little more specific, perhaps I could make my answer more specific.

0
source

Sencha touch 2 has the ability to display a horizontal list. This can help:

http://try.sencha.com/touch/2.0.0/examples/list-horizontal/

0
source

All Articles