Click here to Skip to main content
15,889,931 members
Please Sign up or sign in to vote.
0.00/5 (No votes)
hi guys .
im developing an android application ,
i want to add some LinearLayout inside of ScrollView Layout dinamicly in android as Rows .
but it says ScrollView can have only one Child !!!
what should id do if i want add some elements like button or LinearLayout or anything to ScrollView ?!
Posted

1 solution

Add a Layout as a unique children of ScrollView and then add more things in the child (the Layout)
 
Share this answer
 

This content, along with any associated source code and files, is licensed under The Code Project Open License (CPOL)



CodeProject, 20 Bay Street, 11th Floor Toronto, Ontario, Canada M5J 2N8 +1 (416) 849-8900