I need to use ScrollView to display some information that I am pulling from a SQLite database. I would like to know if I need to have the data that is displayed in a group to be able to use scroll view. If I do, could you please provide some sample code that I could use to insert the data into the ScrollView?
Thank you for your time and expertise.