By following this tutorial I was able to make a view roughly laid out thusly:
Group1
child1
child2
group2
child1
child2
But I want some more nesting:
group1
child1
superchild1
Any tips on how I can accomplish this?
Sign Up to our social questions and Answers Engine to ask questions, answer people’s questions, and connect with other people.
Login to our social questions & Answers Engine to ask questions answer people’s questions & connect with other people.
Lost your password? Please enter your email address. You will receive a link and will create a new password via email.
Please briefly explain why you feel this question should be reported.
Please briefly explain why you feel this answer should be reported.
Please briefly explain why you feel this user should be reported.
Here is an idea:
Add your child view which includes both
child, superchild1and initially makesuperchild1invisible. Then whenchild1is clicked make it visible. It should be easy for you to code if you makechild1a checkbox and give it some background you want, and this would also avoid state maintenance.