Is it possible to sort a scroll view by the content in one of its sub items?
I am retrieving data from a website to populate a scrollview with an image and 4 text fields. I would like the user to be able to click on a sort button and reorder the items in the scrollview alphabetically.
Is it possible to do or do i need to pull the data into an array, sort the array then pass it back into the scroll view?
Is there a way to set a scrollview with subitems to a collection?
In vb.net for WP7 i would create a collection to hold the data, sort the collection and then set the datasource of a listbox to that collection.
Is that possible with B4A?
I am retrieving data from a website to populate a scrollview with an image and 4 text fields. I would like the user to be able to click on a sort button and reorder the items in the scrollview alphabetically.
Is it possible to do or do i need to pull the data into an array, sort the array then pass it back into the scroll view?
Is there a way to set a scrollview with subitems to a collection?
In vb.net for WP7 i would create a collection to hold the data, sort the collection and then set the datasource of a listbox to that collection.
Is that possible with B4A?