This question already has answers here开发者_Python百科: Closed 10 years ago. Possible Duplicate: Horizontal ListView in Android?
I\'m trying to create a horizontal list from a nested list markup, as an example I have the current markup:
Is there are way to customize the listbox/listview开发者_如何学运维 horizontally and add items (images) coming from a database which has a record of image file paths?
i want to populate a horizontalList component from a xml file, the width value will be inside the xml file as well with all the data.
I need this开发者_StackOverflow中文版 because I want to make a menu (which is made from a HTML list) appear horizontally.
I\'ve been working with the drag-and-drop of items inside an Horizontal List in Flex. It works fine, but now I need to save the new order through AMF in my database. I\'m pretty sure it\'s quite easy,